#873154

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

Shades of Rose Bud Cherry #873154

Tints of Rose Bud Cherry #873154

Color information

#873154 (or 0x873154) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 31 and 54. RGB value is (135,49,84). Sum of RGB (Red+Green+Blue) = 135+49+84=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #873154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873154 is #78CEAB. Grayscale: #4E4E4E. Windows color (decimal): -7917228 or 5517703. OLE color: 5517703.

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

Color convert

RGB1354984-
CMYK00.640.380.47
HSL335.58º46.74%36.08%-
HSV(B)335.58º63.7%52.94%-
XYZ12.697.999.26-
YUV78.7130.99168.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.37%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 84 (33.20% from 255) = 31.34%
R=50.37%
G=18.28%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135498400.640.380.47335.5846.7436.08
Hex873154040262F1502f24
Octal20761124010046575205744
Binary10000111110001101010001000000100110101111101010000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873154; }

 p { color: rgb(135,49,84); }

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

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

 a { background-color: rgb(135,49,84); }

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

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

 span { border-color: rgb(135,49,84); }

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