Html Css Color HEX #822927 Lusty

📋 copy color: '#822927'

red 130 ◦ green 41 ◦ blue 39

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

Shades of Lusty #822927

Tints of Lusty #822927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.57%

R = 61.9%
G = 19.52%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#822927 (or 0x822927) is known color: Lusty. HEX triplet: 82, 29 and 27. RGB value is (130,41,39). Sum of RGB (Red+Green+Blue) = 130+41+39=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #822927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822927 is #7DD6D8. Grayscale: #434343. Windows color (decimal): -8247001 or 2566530. OLE color: 2566530.

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

Color convert

RGB 130 41 39 -
CMYK 0 0.68 0.70 0.49
HSL 1.32º 0.54% 0.33% -
HSV(B) 1.32º 0.7% 0.51% -
XYZ 10.37 6.48 2.62 -
YUV 67.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 130 41 39 0 0.68 0.70 0.49 1.32 0.54 0.33
Hex 82 29 27 0 44 46 31 1 36 21
Octal 202 51 47 0 104 106 61 1 66 41
Binary 10000010 101001 100111 0 1000100 1000110 110001 1 110110 100001

Color Harmonies of #822927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822927

Black with #822927

Text Example


Text Example

White with #822927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822927; }

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

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

background-color css

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

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

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

border-color css

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

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

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