Html Css Color HEX #822926 Lusty

📋 copy color: '#822926'

red 130 ◦ green 41 ◦ blue 38

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

Shades of Lusty #822926

Tints of Lusty #822926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.18%

R = 62.2%
G = 19.62%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#822926 (or 0x822926) is known color: Lusty. HEX triplet: 82, 29 and 26. RGB value is (130,41,38). Sum of RGB (Red+Green+Blue) = 130+41+38=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #822926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822926 is #7DD6D9. Grayscale: #434343. Windows color (decimal): -8247002 or 2500994. OLE color: 2500994.

HSL color Cylindrical-coordinate representation of color #822926: hue angle of 1.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #822926 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 41 38 -
CMYK 0 0.68 0.71 0.49
HSL 1.96º 0.55% 0.33% -
HSV(B) 1.96º 0.71% 0.51% -
XYZ 10.35 6.47 2.54 -
YUV 67.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 130 41 38 0 0.68 0.71 0.49 1.96 0.55 0.33
Hex 82 29 26 0 44 47 31 2 37 21
Octal 202 51 46 0 104 107 61 2 67 41
Binary 10000010 101001 100110 0 1000100 1000111 110001 10 110111 100001

Color Harmonies of #822926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822926

Black with #822926

Text Example


Text Example

White with #822926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822926; }

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

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

background-color css

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

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

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

border-color css

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

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

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