#873855

Color #873855 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #873855

Tints of Rose Bud Cherry #873855

Color information

#873855 (or 0x873855) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 38 and 55. RGB value is (135,56,85). Sum of RGB (Red+Green+Blue) = 135+56+85=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #873855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873855 is #78C7AA. Grayscale: #525252. Windows color (decimal): -7915435 or 5585031. OLE color: 5585031.

HSL color Cylindrical-coordinate representation of color #873855: hue angle of 337.97º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873855 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB1355685-
CMYK00.590.370.47
HSL337.97º41.36%37.45%-
HSV(B)337.97º58.52%52.94%-
XYZ13.058.649.57-
YUV82.93129.17165.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=48.91%
G=20.29%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135568500.590.370.47337.9741.3637.45
Hex87385503B252F1522925
Octal2077012507345575225145
Binary1000011111100010101010111011100101101111101010010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873855; }

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

 H1.HeaderClassName
 {
   color: #873855;
 }
 .AnyTagClassName
 {
   color: #873855;
 }
</style>
background-color css

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

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

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

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

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

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