Html Css Color HEX #822C28 Lusty

📋 copy color: '#822C28'

red 130 ◦ green 44 ◦ blue 40

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

Shades of Lusty #822C28

Tints of Lusty #822C28

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

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

R = 60.75%
G = 20.56%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#822C28 (or 0x822C28) is known color: Lusty. HEX triplet: 82, 2C and 28. RGB value is (130,44,40). Sum of RGB (Red+Green+Blue) = 130+44+40=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #822C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822C28 is #7DD3D7. Grayscale: #454545. Windows color (decimal): -8246232 or 2632834. OLE color: 2632834.

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

Color convert

RGB 130 44 40 -
CMYK 0 0.66 0.69 0.49
HSL 2.67º 0.53% 0.33% -
HSV(B) 2.67º 0.69% 0.51% -
XYZ 10.49 6.7 2.75 -
YUV 69.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 130 44 40 0 0.66 0.69 0.49 2.67 0.53 0.33
Hex 82 2C 28 0 42 45 31 3 35 21
Octal 202 54 50 0 102 105 61 3 65 41
Binary 10000010 101100 101000 0 1000010 1000101 110001 11 110101 100001

Color Harmonies of #822C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822C28

Black with #822C28

Text Example


Text Example

White with #822C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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