#873462

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

Shades of Rose Bud Cherry #873462

Tints of Rose Bud Cherry #873462

Color information

#873462 (or 0x873462) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 34 and 62. RGB value is (135,52,98). Sum of RGB (Red+Green+Blue) = 135+52+98=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #873462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873462 is #78CB9D. Grayscale: #515151. Windows color (decimal): -7916446 or 6435975. OLE color: 6435975.

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

Color convert

RGB1355298-
CMYK00.610.270.47
HSL326.75º44.39%36.67%-
HSV(B)326.75º61.48%52.94%-
XYZ13.428.4912.49-
YUV82.06137165.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.37%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=47.37%
G=18.25%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135529800.610.270.47326.7544.3936.67
Hex87346203D1B2F1472c25
Octal2076414207533575075445
Binary100001111101001100010011110111011101111101000111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873462; }

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

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

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

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

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

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

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

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