Html Css Color HEX #832928 Lusty

📋 copy color: '#832928'

red 131 ◦ green 41 ◦ blue 40

#832928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #832928

Tints of Lusty #832928

RGB

 RED value IS 131 (51.56% from 255) = 61.79%

 GREEN value IS 41 (16.41% from 255) = 19.34%

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 61.79%
G = 19.34%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#832928 (or 0x832928) is known color: Lusty. HEX triplet: 83, 29 and 28. RGB value is (131,41,40). Sum of RGB (Red+Green+Blue) = 131+41+40=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #832928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832928 is #7CD6D7. Grayscale: #434343. Windows color (decimal): -8181464 or 2632067. OLE color: 2632067.

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

Color convert

RGB 131 41 40 -
CMYK 0 0.69 0.69 0.49
HSL 0.66º 0.53% 0.34% -
HSV(B) 0.66º 0.69% 0.51% -
XYZ 10.54 6.56 2.72 -
YUV 67.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 131 41 40 0 0.69 0.69 0.49 0.66 0.53 0.34
Hex 83 29 28 0 45 45 31 1 35 22
Octal 203 51 50 0 105 105 61 1 65 42
Binary 10000011 101001 101000 0 1000101 1000101 110001 1 110101 100010

Color Harmonies of #832928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832928

Black with #832928

Text Example


Text Example

White with #832928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832928; }

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

 H1.HeaderClassName
 {
   color: #832928;
 }
 .AnyTagClassName
 {
   color: #832928;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #832928;
 }
 .BgClassName
 {
   background-color: #832928;
 }
</style>

border-color css

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

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

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