#873461

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

Shades of Rose Bud Cherry #873461

Tints of Rose Bud Cherry #873461

Color information

#873461 (or 0x873461) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 34 and 61. RGB value is (135,52,97). Sum of RGB (Red+Green+Blue) = 135+52+97=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #873461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873461 is #78CB9E. Grayscale: #515151. Windows color (decimal): -7916447 or 6370439. OLE color: 6370439.

HSL color Cylindrical-coordinate representation of color #873461: hue angle of 327.47º 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 #873461 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1355297-
CMYK00.610.280.47
HSL327.47º44.39%36.67%-
HSV(B)327.47º61.48%52.94%-
XYZ13.388.4712.24-
YUV81.95136.5165.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=47.54%
G=18.31%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135529700.610.280.47327.4744.3936.67
Hex87346103D1C2F1472c25
Octal2076414107534575075445
Binary100001111101001100001011110111100101111101000111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873461; }

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

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

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

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

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

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

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

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