Html Css Color HEX #8E3656 Rose Bud Cherry

📋 copy color: '#8E3656'

red 142 ◦ green 54 ◦ blue 86

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

Shades of Rose Bud Cherry #8E3656

Tints of Rose Bud Cherry #8E3656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 50.35%
G = 19.15%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E3656 (or 0x8E3656) is known color: Rose Bud Cherry. HEX triplet: 8E, 36 and 56. RGB value is (142,54,86). Sum of RGB (Red+Green+Blue) = 142+54+86=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3656 is #71C9A9. Grayscale: #535353. Windows color (decimal): -7457194 or 5650062. OLE color: 5650062.

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

Color convert

RGB 142 54 86 -
CMYK 0 0.62 0.39 0.44
HSL 338.18º 0.45% 0.38% -
HSV(B) 338.18º 0.62% 0.56% -
XYZ 14.15 9.06 9.81 -
YUV 83.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 142 54 86 0 0.62 0.39 0.44 338.18 0.45 0.38
Hex 8E 36 56 0 3E 27 2C 152 2D 26
Octal 216 66 126 0 76 47 54 522 55 46
Binary 10001110 110110 1010110 0 111110 100111 101100 101010010 101101 100110

Color Harmonies of #8E3656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3656

Black with #8E3656

Text Example


Text Example

White with #8E3656

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,86); }

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

background-color css

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

 a { background-color: rgb(142,54,86); }

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

border-color css

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

 span { border-color: rgb(142,54,86); }

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