Html Css Color HEX #861859 Rose Bud Cherry

📋 copy color: '#861859'

red 134 ◦ green 24 ◦ blue 89

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

Shades of Rose Bud Cherry #861859

Tints of Rose Bud Cherry #861859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

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

R = 54.25%
G = 9.72%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#861859 (or 0x861859) is known color: Rose Bud Cherry. HEX triplet: 86, 18 and 59. RGB value is (134,24,89). Sum of RGB (Red+Green+Blue) = 134+24+89=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #861859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861859 is #79E7A6. Grayscale: #404040. Windows color (decimal): -7989159 or 5838982. OLE color: 5838982.

HSL color Cylindrical-coordinate representation of color #861859: hue angle of 324.55º 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 #861859 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 24 89 -
CMYK 0 0.82 0.34 0.47
HSL 324.55º 0.7% 0.31% -
HSV(B) 324.55º 0.82% 0.53% -
XYZ 11.96 6.44 10.06 -
YUV 64.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 134 24 89 0 0.82 0.34 0.47 324.55 0.7 0.31
Hex 86 18 59 0 52 22 2F 145 46 1F
Octal 206 30 131 0 122 42 57 505 106 37
Binary 10000110 11000 1011001 0 1010010 100010 101111 101000101 1000110 11111

Color Harmonies of #861859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861859

Black with #861859

Text Example


Text Example

White with #861859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861859; }

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

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

background-color css

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

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

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

border-color css

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

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

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