#873965

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

Shades of Rose Bud Cherry #873965

Tints of Rose Bud Cherry #873965

Color information

#873965 (or 0x873965) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 39 and 65. RGB value is (135,57,101). Sum of RGB (Red+Green+Blue) = 135+57+101=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #873965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873965 is #78C69A. Grayscale: #555555. Windows color (decimal): -7915163 or 6633863. OLE color: 6633863.

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

Color convert

RGB13557101-
CMYK00.580.250.47
HSL326.15º40.63%37.65%-
HSV(B)326.15º57.78%52.94%-
XYZ13.89.0213.32-
YUV85.34136.84163.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=46.08%
G=19.45%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355710100.580.250.47326.1540.6337.65
Hex87396503A192F1462926
Octal2077114507231575065146
Binary100001111110011100101011101011001101111101000110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873965; }

 p { color: rgb(135,57,101); }

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

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

 a { background-color: rgb(135,57,101); }

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

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

 span { border-color: rgb(135,57,101); }

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