#832C27

Color #832C27 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #832C27

Tints of Lusty #832C27

Color information

#832C27 (or 0x832C27) is unknown color: approx Lusty. HEX triplet: 83, 2C and 27. RGB value is (131,44,39). Sum of RGB (Red+Green+Blue) = 131+44+39=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #832C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C27 is #7CD3D8. Grayscale: #454545. Windows color (decimal): -8180697 or 2567299. OLE color: 2567299.

HSL color Cylindrical-coordinate representation of color #832C27: hue angle of 3.26º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #832C27 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1314439-
CMYK00.660.700.49
HSL3.26º54.12%33.33%-
HSV(B)3.26º70.23%51.37%-
XYZ10.636.772.67-
YUV69.44110.82171.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.21%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=61.21%
G=20.56%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131443900.660.700.493.2654.1233.33
Hex832C27042463133621
Octal203544701021066136641
Binary1000001110110010011101000010100011011000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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