#832B27

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

Shades of Lusty #832B27

Tints of Lusty #832B27

Color information

#832B27 (or 0x832B27) is unknown color: approx Lusty. HEX triplet: 83, 2B and 27. RGB value is (131,43,39). Sum of RGB (Red+Green+Blue) = 131+43+39=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #832B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832B27 is #7CD4D8. Grayscale: #444444. Windows color (decimal): -8180953 or 2567043. OLE color: 2567043.

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

Color convert

RGB1314339-
CMYK00.670.700.49
HSL2.61º54.12%33.33%-
HSV(B)2.61º70.23%51.37%-
XYZ10.596.72.65-
YUV68.86111.15172.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 61.50%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=61.50%
G=20.19%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131433900.670.700.492.6154.1233.33
Hex832B27043463133621
Octal203534701031066136641
Binary1000001110101110011101000011100011011000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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