Html Css Color HEX #862859 Rose Bud Cherry

📋 copy color: '#862859'

red 134 ◦ green 40 ◦ blue 89

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

Shades of Rose Bud Cherry #862859

Tints of Rose Bud Cherry #862859

RGB

 RED value IS 134 (52.73% from 255) = 50.95%

 GREEN value IS 40 (16.02% from 255) = 15.21%

 BLUE value IS 89 (35.16% from 255) = 33.84%

R = 50.95%
G = 15.21%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#862859 (or 0x862859) is known color: Rose Bud Cherry. HEX triplet: 86, 28 and 59. RGB value is (134,40,89). Sum of RGB (Red+Green+Blue) = 134+40+89=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #862859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862859 is #79D7A6. Grayscale: #494949. Windows color (decimal): -7985063 or 5843078. OLE color: 5843078.

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

Color convert

RGB 134 40 89 -
CMYK 0 0.70 0.34 0.47
HSL 328.72º 0.54% 0.34% -
HSV(B) 328.72º 0.7% 0.53% -
XYZ 12.39 7.31 10.21 -
YUV 73.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 134 40 89 0 0.70 0.34 0.47 328.72 0.54 0.34
Hex 86 28 59 0 46 22 2F 149 36 22
Octal 206 50 131 0 106 42 57 511 66 42
Binary 10000110 101000 1011001 0 1000110 100010 101111 101001001 110110 100010

Color Harmonies of #862859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862859

Black with #862859

Text Example


Text Example

White with #862859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862859; }

 p { color: rgb(134,40,89); }

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

background-color css

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

 a { background-color: rgb(134,40,89); }

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

border-color css

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

 span { border-color: rgb(134,40,89); }

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