Html Css Color HEX #872855 Rose Bud Cherry

📋 copy color: '#872855'

red 135 ◦ green 40 ◦ blue 85

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

Shades of Rose Bud Cherry #872855

Tints of Rose Bud Cherry #872855

RGB

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

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

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

R = 51.92%
G = 15.38%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#872855 (or 0x872855) is known color: Rose Bud Cherry. HEX triplet: 87, 28 and 55. RGB value is (135,40,85). Sum of RGB (Red+Green+Blue) = 135+40+85=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #872855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872855 is #78D7AA. Grayscale: #494949. Windows color (decimal): -7919531 or 5580935. OLE color: 5580935.

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

Color convert

RGB 135 40 85 -
CMYK 0 0.70 0.37 0.47
HSL 331.58º 0.54% 0.34% -
HSV(B) 331.58º 0.7% 0.53% -
XYZ 12.39 7.32 9.36 -
YUV 73.54 134.47 171.84 -
System Red Green Blue C M Y K H S L
Decimal 135 40 85 0 0.70 0.37 0.47 331.58 0.54 0.34
Hex 87 28 55 0 46 25 2F 14C 36 22
Octal 207 50 125 0 106 45 57 514 66 42
Binary 10000111 101000 1010101 0 1000110 100101 101111 101001100 110110 100010

Color Harmonies of #872855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872855

Black with #872855

Text Example


Text Example

White with #872855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872855; }

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

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

background-color css

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

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

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

border-color css

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

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

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