Html Css Color HEX #8C1A4D Rose Bud Cherry

📋 copy color: '#8C1A4D'

red 140 ◦ green 26 ◦ blue 77

#8C1A4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8C1A4D

Tints of Rose Bud Cherry #8C1A4D

RGB

 RED value IS 140 (55.08% from 255) = 57.61%

 GREEN value IS 26 (10.55% from 255) = 10.7%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 57.61%
G = 10.7%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8C1A4D (or 0x8C1A4D) is known color: Rose Bud Cherry. HEX triplet: 8C, 1A and 4D. RGB value is (140,26,77). Sum of RGB (Red+Green+Blue) = 140+26+77=243 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.61% from 243); Green value is 26 (10.55% from 255 or 10.70% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A4D is #73E5B2. Grayscale: #414141. Windows color (decimal): -7595443 or 5053068. OLE color: 5053068.

HSL color Cylindrical-coordinate representation of color #8C1A4D: hue angle of 333.16º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A4D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 26 77 -
CMYK 0 0.81 0.45 0.45
HSL 333.16º 0.69% 0.33% -
HSV(B) 333.16º 0.81% 0.55% -
XYZ 12.52 6.85 7.68 -
YUV 65.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 140 26 77 0 0.81 0.45 0.45 333.16 0.69 0.33
Hex 8C 1A 4D 0 51 2D 2D 14D 45 21
Octal 214 32 115 0 121 55 55 515 105 41
Binary 10001100 11010 1001101 0 1010001 101101 101101 101001101 1000101 100001

Color Harmonies of #8C1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1A4D

Black with #8C1A4D

Text Example


Text Example

White with #8C1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C1A4D; }

 p { color: rgb(140,26,77); }

 H1.HeaderClassName
 {
   color: #8C1A4D;
 }
 .AnyTagClassName
 {
   color: #8C1A4D;
 }
</style>

background-color css

<style>
 a { background-color: #8C1A4D; }

 a { background-color: rgb(140,26,77); }

 div.DivClassName
 {
   background-color: #8C1A4D;
 }
 .BgClassName
 {
   background-color: #8C1A4D;
 }
</style>

border-color css

<style>
 span { border-color: #8C1A4D; }

 span { border-color: rgb(140,26,77); }

 td.TdClassName
 {
   border-color: #8C1A4D;
 }
 .TagClassName
 {
   border-color: #8C1A4D;
 }
</style>