#873152

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

Shades of Rose Bud Cherry #873152

Tints of Rose Bud Cherry #873152

Color information

#873152 (or 0x873152) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 31 and 52. RGB value is (135,49,82). Sum of RGB (Red+Green+Blue) = 135+49+82=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #873152 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873152 is #78CEAD. Grayscale: #4E4E4E. Windows color (decimal): -7917230 or 5386631. OLE color: 5386631.

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

Color convert

RGB1354982-
CMYK00.640.390.47
HSL336.98º46.74%36.08%-
HSV(B)336.98º63.7%52.94%-
XYZ12.617.968.85-
YUV78.48129.99168.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.75%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=50.75%
G=18.42%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135498200.640.390.47336.9846.7436.08
Hex873152040272F1512f24
Octal20761122010047575215744
Binary10000111110001101001001000000100111101111101010001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873152; }

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

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

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

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

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

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

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

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