#832D51

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

Shades of Rose Bud Cherry #832D51

Tints of Rose Bud Cherry #832D51

Color information

#832D51 (or 0x832D51) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2D and 51. RGB value is (131,45,81). Sum of RGB (Red+Green+Blue) = 131+45+81=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #832D51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D51 is #7CD2AE. Grayscale: #4A4A4A. Windows color (decimal): -8180399 or 5320067. OLE color: 5320067.

HSL color Cylindrical-coordinate representation of color #832D51: hue angle of 334.88º 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 #832D51 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1314581-
CMYK00.660.380.49
HSL334.88º48.86%34.51%-
HSV(B)334.88º65.65%51.37%-
XYZ11.787.38.57-
YUV74.82131.49168.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.97%
GREEN value IS 45 (17.97% from 255) = 17.51%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=50.97%
G=17.51%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131458100.660.380.49334.8848.8634.51
Hex832D51042263114f3123
Octal20355121010246615176143
Binary10000011101101101000101000010100110110001101001111110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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