Html Css Color HEX #8E325E Rose Bud Cherry

📋 copy color: '#8E325E'

red 142 ◦ green 50 ◦ blue 94

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

Shades of Rose Bud Cherry #8E325E

Tints of Rose Bud Cherry #8E325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 49.65%
G = 17.48%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#8E325E (or 0x8E325E) is known color: Rose Bud Cherry. HEX triplet: 8E, 32 and 5E. RGB value is (142,50,94). Sum of RGB (Red+Green+Blue) = 142+50+94=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E325E is #71CDA1. Grayscale: #525252. Windows color (decimal): -7458210 or 6173326. OLE color: 6173326.

HSL color Cylindrical-coordinate representation of color #8E325E: hue angle of 331.3º 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 #8E325E is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 50 94 -
CMYK 0 0.65 0.34 0.44
HSL 331.3º 0.48% 0.38% -
HSV(B) 331.3º 0.65% 0.56% -
XYZ 14.32 8.84 11.54 -
YUV 82.52 134.48 170.42 -
System Red Green Blue C M Y K H S L
Decimal 142 50 94 0 0.65 0.34 0.44 331.3 0.48 0.38
Hex 8E 32 5E 0 41 22 2C 14B 30 26
Octal 216 62 136 0 101 42 54 513 60 46
Binary 10001110 110010 1011110 0 1000001 100010 101100 101001011 110000 100110

Color Harmonies of #8E325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E325E

Black with #8E325E

Text Example


Text Example

White with #8E325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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