#832B58

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

Shades of Rose Bud Cherry #832B58

Tints of Rose Bud Cherry #832B58

Color information

#832B58 (or 0x832B58) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2B and 58. RGB value is (131,43,88). Sum of RGB (Red+Green+Blue) = 131+43+88=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #832B58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832B58 is #7CD4A7. Grayscale: #4A4A4A. Windows color (decimal): -8180904 or 5778307. OLE color: 5778307.

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

Color convert

RGB1314388-
CMYK00.670.330.49
HSL329.32º50.57%34.12%-
HSV(B)329.32º67.18%51.37%-
XYZ11.997.2610-
YUV74.44135.65168.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 88 (34.77% from 255) = 33.59%
R=50%
G=16.41%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131438800.670.330.49329.3250.5734.12
Hex832B5804321311493322
Octal20353130010341615116342
Binary10000011101011101100001000011100001110001101001001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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