Html Css Color HEX #861759 Rose Bud Cherry

📋 copy color: '#861759'

red 134 ◦ green 23 ◦ blue 89

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

Shades of Rose Bud Cherry #861759

Tints of Rose Bud Cherry #861759

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.35%

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

R = 54.47%
G = 9.35%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#861759 (or 0x861759) is known color: Rose Bud Cherry. HEX triplet: 86, 17 and 59. RGB value is (134,23,89). Sum of RGB (Red+Green+Blue) = 134+23+89=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #861759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861759 is #79E8A6. Grayscale: #3F3F3F. Windows color (decimal): -7989415 or 5838726. OLE color: 5838726.

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

Color convert

RGB 134 23 89 -
CMYK 0 0.83 0.34 0.47
HSL 324.32º 0.71% 0.31% -
HSV(B) 324.32º 0.83% 0.53% -
XYZ 11.94 6.4 10.06 -
YUV 63.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 134 23 89 0 0.83 0.34 0.47 324.32 0.71 0.31
Hex 86 17 59 0 53 22 2F 144 47 1F
Octal 206 27 131 0 123 42 57 504 107 37
Binary 10000110 10111 1011001 0 1010011 100010 101111 101000100 1000111 11111

Color Harmonies of #861759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861759

Black with #861759

Text Example


Text Example

White with #861759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861759; }

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

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

background-color css

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

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

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

border-color css

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

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

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