Html Css Color HEX #872055 Rose Bud Cherry

📋 copy color: '#872055'

red 135 ◦ green 32 ◦ blue 85

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

Shades of Rose Bud Cherry #872055

Tints of Rose Bud Cherry #872055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.73%

R = 53.57%
G = 12.7%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#872055 (or 0x872055) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 55. RGB value is (135,32,85). Sum of RGB (Red+Green+Blue) = 135+32+85=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #872055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872055 is #78DFAA. Grayscale: #444444. Windows color (decimal): -7921579 or 5578887. OLE color: 5578887.

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

Color convert

RGB 135 32 85 -
CMYK 0 0.76 0.37 0.47
HSL 329.13º 0.62% 0.33% -
HSV(B) 329.13º 0.76% 0.53% -
XYZ 12.15 6.84 9.27 -
YUV 68.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 135 32 85 0 0.76 0.37 0.47 329.13 0.62 0.33
Hex 87 20 55 0 4C 25 2F 149 3E 21
Octal 207 40 125 0 114 45 57 511 76 41
Binary 10000111 100000 1010101 0 1001100 100101 101111 101001001 111110 100001

Color Harmonies of #872055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872055

Black with #872055

Text Example


Text Example

White with #872055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872055; }

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

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

background-color css

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

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

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

border-color css

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

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

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