#832D52

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

Shades of Rose Bud Cherry #832D52

Tints of Rose Bud Cherry #832D52

Color information

#832D52 (or 0x832D52) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2D and 52. RGB value is (131,45,82). Sum of RGB (Red+Green+Blue) = 131+45+82=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #832D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D52 is #7CD2AD. Grayscale: #4A4A4A. Windows color (decimal): -8180398 or 5385603. OLE color: 5385603.

HSL color Cylindrical-coordinate representation of color #832D52: hue angle of 334.19º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D52 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB1314582-
CMYK00.660.370.49
HSL334.19º48.86%34.51%-
HSV(B)334.19º65.65%51.37%-
XYZ11.827.318.77-
YUV74.93131.99167.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 45 (17.97% from 255) = 17.44%
BLUE value IS 82 (32.42% from 255) = 31.78%
R=50.78%
G=17.44%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131458200.660.370.49334.1948.8634.51
Hex832D52042253114e3123
Octal20355122010245615166143
Binary10000011101101101001001000010100101110001101001110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832D52; }

 p { color: rgb(131,45,82); }

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

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

 a { background-color: rgb(131,45,82); }

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

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

 span { border-color: rgb(131,45,82); }

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