#871750

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

Shades of Rose Bud Cherry #871750

Tints of Rose Bud Cherry #871750

Color information

#871750 (or 0x871750) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 17 and 50. RGB value is (135,23,80). Sum of RGB (Red+Green+Blue) = 135+23+80=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #871750 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871750 is #78E8AF. Grayscale: #3E3E3E. Windows color (decimal): -7923888 or 5248903. OLE color: 5248903.

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

Color convert

RGB1352380-
CMYK00.830.410.47
HSL329.46º70.89%30.98%-
HSV(B)329.46º82.96%52.94%-
XYZ11.756.348.19-
YUV62.99137.61179.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 56.72%
GREEN value IS 23 (9.38% from 255) = 9.66%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=56.72%
G=9.66%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135238000.830.410.47329.4670.8930.98
Hex871750053292F149471f
Octal207271200123515751110737
Binary1000011110111101000001010011101001101111101001001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871750; }

 p { color: rgb(135,23,80); }

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

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

 a { background-color: rgb(135,23,80); }

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

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

 span { border-color: rgb(135,23,80); }

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