Html Css Color HEX #822828 Lusty

📋 copy color: '#822828'

red 130 ◦ green 40 ◦ blue 40

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

Shades of Lusty #822828

Tints of Lusty #822828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.05%

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

R = 61.9%
G = 19.05%
B = 19.05%

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

#822828 (or 0x822828) is known color: Lusty. HEX triplet: 82, 28 and 28. RGB value is (130,40,40). Sum of RGB (Red+Green+Blue) = 130+40+40=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #822828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822828 is #7DD7D7. Grayscale: #434343. Windows color (decimal): -8247256 or 2631810. OLE color: 2631810.

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

Color convert

RGB 130 40 40 -
CMYK 0 0.69 0.69 0.49
HSL 0.53% 0.33% -
HSV(B) 0.69% 0.51% -
XYZ 10.35 6.42 2.7 -
YUV 66.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 130 40 40 0 0.69 0.69 0.49 0 0.53 0.33
Hex 82 28 28 0 45 45 31 0 35 21
Octal 202 50 50 0 105 105 61 0 65 41
Binary 10000010 101000 101000 0 1000101 1000101 110001 0 110101 100001

Color Harmonies of #822828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822828

Black with #822828

Text Example


Text Example

White with #822828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822828; }

 p { color: rgb(130,40,40); }

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

background-color css

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

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

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

border-color css

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

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

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