Html Css Color HEX #8E3257 Rose Bud Cherry

📋 copy color: '#8E3257'

red 142 ◦ green 50 ◦ blue 87

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

Shades of Rose Bud Cherry #8E3257

Tints of Rose Bud Cherry #8E3257

RGB

 RED value IS 142 (55.86% from 255) = 50.9%

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 50.9%
G = 17.92%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E3257 (or 0x8E3257) is known color: Rose Bud Cherry. HEX triplet: 8E, 32 and 57. RGB value is (142,50,87). Sum of RGB (Red+Green+Blue) = 142+50+87=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3257 is #71CDA8. Grayscale: #515151. Windows color (decimal): -7458217 or 5714574. OLE color: 5714574.

HSL color Cylindrical-coordinate representation of color #8E3257: hue angle of 335.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3257 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 50 87 -
CMYK 0 0.65 0.39 0.44
HSL 335.87º 0.48% 0.38% -
HSV(B) 335.87º 0.65% 0.56% -
XYZ 14.02 8.72 9.96 -
YUV 81.73 130.98 170.99 -
System Red Green Blue C M Y K H S L
Decimal 142 50 87 0 0.65 0.39 0.44 335.87 0.48 0.38
Hex 8E 32 57 0 41 27 2C 150 30 26
Octal 216 62 127 0 101 47 54 520 60 46
Binary 10001110 110010 1010111 0 1000001 100111 101100 101010000 110000 100110

Color Harmonies of #8E3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3257

Black with #8E3257

Text Example


Text Example

White with #8E3257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,50,87); }

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

background-color css

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

 a { background-color: rgb(142,50,87); }

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

border-color css

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

 span { border-color: rgb(142,50,87); }

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