#832B5A

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

Shades of Rose Bud Cherry #832B5A

Tints of Rose Bud Cherry #832B5A

Color information

#832B5A (or 0x832B5A) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2B and 5A. RGB value is (131,43,90). Sum of RGB (Red+Green+Blue) = 131+43+90=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #832B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B5A is #7CD4A5. Grayscale: #4A4A4A. Windows color (decimal): -8180902 or 5909379. OLE color: 5909379.

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

Color convert

RGB1314390-
CMYK00.670.310.49
HSL327.95º50.57%34.12%-
HSV(B)327.95º67.18%51.37%-
XYZ12.077.2910.44-
YUV74.67136.65168.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=49.62%
G=16.29%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131439000.670.310.49327.9550.5734.12
Hex832B5A0431F311483322
Octal20353132010337615106342
Binary1000001110101110110100100001111111110001101001000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,43,90); }

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

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

 a { background-color: rgb(131,43,90); }

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

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

 span { border-color: rgb(131,43,90); }

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