#861858

Color #861858 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #861858

Tints of Rose Bud Cherry #861858

Color information

#861858 (or 0x861858) is unknown color: approx Rose Bud Cherry. HEX triplet: 86, 18 and 58. RGB value is (134,24,88). Sum of RGB (Red+Green+Blue) = 134+24+88=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #861858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861858 is #79E7A7. Grayscale: #404040. Windows color (decimal): -7989160 or 5773446. OLE color: 5773446.

HSL color Cylindrical-coordinate representation of color #861858: hue angle of 325.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861858 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB1342488-
CMYK00.820.340.47
HSL325.09º69.62%30.98%-
HSV(B)325.09º82.09%52.55%-
XYZ11.926.439.84-
YUV64.19141.44177.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=54.47%
G=9.76%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134248800.820.340.47325.0969.6230.98
Hex861858052222F145461f
Octal206301300122425750510637
Binary1000011011000101100001010010100010101111101000101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861858; }

 p { color: rgb(134,24,88); }

 H1.HeaderClassName
 {
   color: #861858;
 }
 .AnyTagClassName
 {
   color: #861858;
 }
</style>
background-color css

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

 a { background-color: rgb(134,24,88); }

 div.DivClassName
 {
   background-color: #861858;
 }
 .BgClassName
 {
   background-color: #861858;
 }
</style>
border-color css

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

 span { border-color: rgb(134,24,88); }

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