#873469

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

Shades of Rose Bud Cherry #873469

Tints of Rose Bud Cherry #873469

Color information

#873469 (or 0x873469) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 34 and 69. RGB value is (135,52,105). Sum of RGB (Red+Green+Blue) = 135+52+105=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #873469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873469 is #78CB96. Grayscale: #525252. Windows color (decimal): -7916439 or 6894727. OLE color: 6894727.

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

Color convert

RGB13552105-
CMYK00.610.220.47
HSL321.69º44.39%36.67%-
HSV(B)321.69º61.48%52.94%-
XYZ13.778.6314.3-
YUV82.86140.5165.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 52 (20.70% from 255) = 17.81%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=46.23%
G=17.81%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1355210500.610.220.47321.6944.3936.67
Hex87346903D162F1422c25
Octal2076415107526575025445
Binary100001111101001101001011110110110101111101000010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873469; }

 p { color: rgb(135,52,105); }

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

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

 a { background-color: rgb(135,52,105); }

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

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

 span { border-color: rgb(135,52,105); }

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