Html Css Color HEX #8E3757 Rose Bud Cherry

📋 copy color: '#8E3757'

red 142 ◦ green 55 ◦ blue 87

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

Shades of Rose Bud Cherry #8E3757

Tints of Rose Bud Cherry #8E3757

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 50%
G = 19.37%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E3757 (or 0x8E3757) is known color: Rose Bud Cherry. HEX triplet: 8E, 37 and 57. RGB value is (142,55,87). Sum of RGB (Red+Green+Blue) = 142+55+87=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3757 is #71C8A8. Grayscale: #545454. Windows color (decimal): -7456937 or 5715854. OLE color: 5715854.

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

Color convert

RGB 142 55 87 -
CMYK 0 0.61 0.39 0.44
HSL 337.93º 0.44% 0.39% -
HSV(B) 337.93º 0.61% 0.56% -
XYZ 14.24 9.17 10.04 -
YUV 84.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 142 55 87 0 0.61 0.39 0.44 337.93 0.44 0.39
Hex 8E 37 57 0 3D 27 2C 152 2C 27
Octal 216 67 127 0 75 47 54 522 54 47
Binary 10001110 110111 1010111 0 111101 100111 101100 101010010 101100 100111

Color Harmonies of #8E3757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3757

Black with #8E3757

Text Example


Text Example

White with #8E3757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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