#832d28

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

Shades of Lusty #832D28

Tints of Lusty #832D28

Color information

#832D28 (or 0x832D28) is unknown color: approx Lusty. HEX triplet: 83, 2D and 28. RGB value is (131,45,40). Sum of RGB (Red+Green+Blue) = 131+45+40=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #832D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832D28 is #7CD2D7. Grayscale: #464646. Windows color (decimal): -8180440 or 2633091. OLE color: 2633091.

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

Color convert

RGB1314540-
CMYK00.660.690.49
HSL3.3º53.22%33.53%-
HSV(B)3.3º69.47%51.37%-
XYZ10.686.862.77-
YUV70.14110.99171.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 60.65%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=60.65%
G=20.83%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131454000.660.690.493.353.2233.53
Hex832D28042453133522
Octal203555001021056136542
Binary1000001110110110100001000010100010111000111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832d28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,45,40); }

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

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

 a { background-color: rgb(131,45,40); }

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

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

 span { border-color: rgb(131,45,40); }

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