Html Css Color HEX #872059 Rose Bud Cherry

📋 copy color: '#872059'

red 135 ◦ green 32 ◦ blue 89

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

Shades of Rose Bud Cherry #872059

Tints of Rose Bud Cherry #872059

RGB

 RED value IS 135 (53.13% from 255) = 52.73%

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 52.73%
G = 12.5%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#872059 (or 0x872059) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 59. RGB value is (135,32,89). Sum of RGB (Red+Green+Blue) = 135+32+89=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #872059 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872059 is #78DFA6. Grayscale: #454545. Windows color (decimal): -7921575 or 5841031. OLE color: 5841031.

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

Color convert

RGB 135 32 89 -
CMYK 0 0.76 0.34 0.47
HSL 326.8º 0.62% 0.33% -
HSV(B) 326.8º 0.76% 0.53% -
XYZ 12.31 6.91 10.14 -
YUV 69.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 135 32 89 0 0.76 0.34 0.47 326.8 0.62 0.33
Hex 87 20 59 0 4C 22 2F 147 3E 21
Octal 207 40 131 0 114 42 57 507 76 41
Binary 10000111 100000 1011001 0 1001100 100010 101111 101000111 111110 100001

Color Harmonies of #872059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872059

Black with #872059

Text Example


Text Example

White with #872059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872059; }

 p { color: rgb(135,32,89); }

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

background-color css

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

 a { background-color: rgb(135,32,89); }

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

border-color css

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

 span { border-color: rgb(135,32,89); }

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