Html Css Color HEX #8C1E57 Rose Bud Cherry

📋 copy color: '#8C1E57'

red 140 ◦ green 30 ◦ blue 87

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

Shades of Rose Bud Cherry #8C1E57

Tints of Rose Bud Cherry #8C1E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 87 (34.38% from 255) = 33.85%

R = 54.47%
G = 11.67%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C1E57 (or 0x8C1E57) is known color: Rose Bud Cherry. HEX triplet: 8C, 1E and 57. RGB value is (140,30,87). Sum of RGB (Red+Green+Blue) = 140+30+87=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1E57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1E57 is #73E1A8. Grayscale: #454545. Windows color (decimal): -7594409 or 5709452. OLE color: 5709452.

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

Color convert

RGB 140 30 87 -
CMYK 0 0.79 0.38 0.45
HSL 328.91º 0.65% 0.33% -
HSV(B) 328.91º 0.79% 0.55% -
XYZ 13 7.19 9.72 -
YUV 69.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 140 30 87 0 0.79 0.38 0.45 328.91 0.65 0.33
Hex 8C 1E 57 0 4F 26 2D 149 41 21
Octal 214 36 127 0 117 46 55 511 101 41
Binary 10001100 11110 1010111 0 1001111 100110 101101 101001001 1000001 100001

Color Harmonies of #8C1E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1E57

Black with #8C1E57

Text Example


Text Example

White with #8C1E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,30,87); }

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

background-color css

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

 a { background-color: rgb(140,30,87); }

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

border-color css

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

 span { border-color: rgb(140,30,87); }

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