Html Css Color HEX #80302C Lusty

📋 copy color: '#80302C'

red 128 ◦ green 48 ◦ blue 44

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

Shades of Lusty #80302C

Tints of Lusty #80302C

RGB

 RED value IS 128 (50.39% from 255) = 58.18%

 GREEN value IS 48 (19.14% from 255) = 21.82%

 BLUE value IS 44 (17.58% from 255) = 20%

R = 58.18%
G = 21.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80302C (or 0x80302C) is known color: Lusty. HEX triplet: 80, 30 and 2C. RGB value is (128,48,44). Sum of RGB (Red+Green+Blue) = 128+48+44=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80302C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80302C is #7FCFD3. Grayscale: #474747. Windows color (decimal): -8376276 or 2896000. OLE color: 2896000.

HSL color Cylindrical-coordinate representation of color #80302C: hue angle of 2.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80302C is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 44 -
CMYK 0 0.62 0.66 0.50
HSL 2.86º 0.49% 0.34% -
HSV(B) 2.86º 0.66% 0.5% -
XYZ 10.41 6.88 3.16 -
YUV 71.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 128 48 44 0 0.62 0.66 0.50 2.86 0.49 0.34
Hex 80 30 2C 0 3E 42 32 3 31 22
Octal 200 60 54 0 76 102 62 3 61 42
Binary 10000000 110000 101100 0 111110 1000010 110010 11 110001 100010

Color Harmonies of #80302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80302C

Black with #80302C

Text Example


Text Example

White with #80302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80302C; }

 p { color: rgb(128,48,44); }

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

background-color css

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

 a { background-color: rgb(128,48,44); }

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

border-color css

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

 span { border-color: rgb(128,48,44); }

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