#87335C

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

Shades of Rose Bud Cherry #87335C

Tints of Rose Bud Cherry #87335C

Color information

#87335C (or 0x87335C) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 33 and 5C. RGB value is (135,51,92). Sum of RGB (Red+Green+Blue) = 135+51+92=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87335C is #78CCA3. Grayscale: #505050. Windows color (decimal): -7916708 or 6042503. OLE color: 6042503.

HSL color Cylindrical-coordinate representation of color #87335C: hue angle of 330.71º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #87335C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1355192-
CMYK00.620.320.47
HSL330.71º45.16%36.47%-
HSV(B)330.71º62.22%52.94%-
XYZ13.118.2911.03-
YUV80.79134.33166.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.56%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=48.56%
G=18.35%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135519200.620.320.47330.7145.1636.47
Hex87335C03E202F14b2d24
Octal2076313407640575135544
Binary1000011111001110111000111110100000101111101001011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87335C; }

 p { color: rgb(135,51,92); }

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

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

 a { background-color: rgb(135,51,92); }

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

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

 span { border-color: rgb(135,51,92); }

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