Html Css Color HEX #8E3064 Rose Bud Cherry

📋 copy color: '#8E3064'

red 142 ◦ green 48 ◦ blue 100

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

Shades of Rose Bud Cherry #8E3064

Tints of Rose Bud Cherry #8E3064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.55%

 BLUE value IS 100 (39.45% from 255) = 34.48%

R = 48.97%
G = 16.55%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E3064 (or 0x8E3064) is known color: Rose Bud Cherry. HEX triplet: 8E, 30 and 64. RGB value is (142,48,100). Sum of RGB (Red+Green+Blue) = 142+48+100=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 48 (19.14% from 255 or 16.55% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3064 is #71CF9B. Grayscale: #515151. Windows color (decimal): -7458716 or 6566030. OLE color: 6566030.

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

Color convert

RGB 142 48 100 -
CMYK 0 0.66 0.30 0.44
HSL 326.81º 0.49% 0.37% -
HSV(B) 326.81º 0.66% 0.56% -
XYZ 14.51 8.78 12.99 -
YUV 82.03 138.14 170.77 -
System Red Green Blue C M Y K H S L
Decimal 142 48 100 0 0.66 0.30 0.44 326.81 0.49 0.37
Hex 8E 30 64 0 42 1E 2C 147 31 25
Octal 216 60 144 0 102 36 54 507 61 45
Binary 10001110 110000 1100100 0 1000010 11110 101100 101000111 110001 100101

Color Harmonies of #8E3064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3064

Black with #8E3064

Text Example


Text Example

White with #8E3064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,48,100); }

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

background-color css

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

 a { background-color: rgb(142,48,100); }

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

border-color css

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

 span { border-color: rgb(142,48,100); }

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