Html Css Color HEX #822D29 Lusty

📋 copy color: '#822D29'

red 130 ◦ green 45 ◦ blue 41

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

Shades of Lusty #822D29

Tints of Lusty #822D29

RGB

 RED value IS 130 (51.17% from 255) = 60.19%

 GREEN value IS 45 (17.97% from 255) = 20.83%

 BLUE value IS 41 (16.41% from 255) = 18.98%

R = 60.19%
G = 20.83%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#822D29 (or 0x822D29) is known color: Lusty. HEX triplet: 82, 2D and 29. RGB value is (130,45,41). Sum of RGB (Red+Green+Blue) = 130+45+41=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #822D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D29 is #7DD2D6. Grayscale: #464646. Windows color (decimal): -8245975 or 2698626. OLE color: 2698626.

HSL color Cylindrical-coordinate representation of color #822D29: hue angle of 2.7º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #822D29 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 45 41 -
CMYK 0 0.65 0.68 0.49
HSL 2.7º 0.52% 0.34% -
HSV(B) 2.7º 0.68% 0.51% -
XYZ 10.54 6.78 2.85 -
YUV 69.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 130 45 41 0 0.65 0.68 0.49 2.7 0.52 0.34
Hex 82 2D 29 0 41 44 31 3 34 22
Octal 202 55 51 0 101 104 61 3 64 42
Binary 10000010 101101 101001 0 1000001 1000100 110001 11 110100 100010

Color Harmonies of #822D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822D29

Black with #822D29

Text Example


Text Example

White with #822D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822D29; }

 p { color: rgb(130,45,41); }

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

background-color css

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

 a { background-color: rgb(130,45,41); }

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

border-color css

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

 span { border-color: rgb(130,45,41); }

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