#832D54

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

Shades of Rose Bud Cherry #832D54

Tints of Rose Bud Cherry #832D54

Color information

#832D54 (or 0x832D54) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2D and 54. RGB value is (131,45,84). Sum of RGB (Red+Green+Blue) = 131+45+84=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #832D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D54 is #7CD2AB. Grayscale: #4B4B4B. Windows color (decimal): -8180396 or 5516675. OLE color: 5516675.

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

Color convert

RGB1314584-
CMYK00.660.360.49
HSL332.79º48.86%34.51%-
HSV(B)332.79º65.65%51.37%-
XYZ11.97.349.18-
YUV75.16132.99167.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 45 (17.97% from 255) = 17.31%
BLUE value IS 84 (33.20% from 255) = 32.31%
R=50.38%
G=17.31%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131458400.660.360.49332.7948.8634.51
Hex832D54042243114d3123
Octal20355124010244615156143
Binary10000011101101101010001000010100100110001101001101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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