#832C62

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

Shades of Rose Bud Cherry #832C62

Tints of Rose Bud Cherry #832C62

Color information

#832C62 (or 0x832C62) is unknown color: approx Rose Bud Cherry. HEX triplet: 83, 2C and 62. RGB value is (131,44,98). Sum of RGB (Red+Green+Blue) = 131+44+98=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #832C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832C62 is #7CD39D. Grayscale: #4C4C4C. Windows color (decimal): -8180638 or 6433923. OLE color: 6433923.

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

Color convert

RGB1314498-
CMYK00.660.250.49
HSL322.76º49.71%34.31%-
HSV(B)322.76º66.41%51.37%-
XYZ12.477.5112.35-
YUV76.17140.32167.11-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=47.99%
G=16.12%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131449800.660.250.49322.7649.7134.31
Hex832C6204219311433222
Octal20354142010231615036242
Binary1000001110110011000100100001011001110001101000011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,44,98); }

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

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

 a { background-color: rgb(131,44,98); }

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

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

 span { border-color: rgb(131,44,98); }

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