Html Css Color HEX #802624 Lusty

📋 copy color: '#802624'

red 128 ◦ green 38 ◦ blue 36

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

Shades of Lusty #802624

Tints of Lusty #802624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

 BLUE value IS 36 (14.45% from 255) = 17.82%

R = 63.37%
G = 18.81%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#802624 (or 0x802624) is known color: Lusty. HEX triplet: 80, 26 and 24. RGB value is (128,38,36). Sum of RGB (Red+Green+Blue) = 128+38+36=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802624 is #7FD9DB. Grayscale: #404040. Windows color (decimal): -8378844 or 2369152. OLE color: 2369152.

HSL color Cylindrical-coordinate representation of color #802624: hue angle of 1.3º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802624 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 38 36 -
CMYK 0 0.70 0.72 0.50
HSL 1.3º 0.56% 0.32% -
HSV(B) 1.3º 0.72% 0.5% -
XYZ 9.91 6.1 2.32 -
YUV 64.68 111.82 173.16 -
System Red Green Blue C M Y K H S L
Decimal 128 38 36 0 0.70 0.72 0.50 1.3 0.56 0.32
Hex 80 26 24 0 46 48 32 1 38 20
Octal 200 46 44 0 106 110 62 1 70 40
Binary 10000000 100110 100100 0 1000110 1001000 110010 1 111000 100000

Color Harmonies of #802624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802624

Black with #802624

Text Example


Text Example

White with #802624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802624; }

 p { color: rgb(128,38,36); }

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

background-color css

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

 a { background-color: rgb(128,38,36); }

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

border-color css

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

 span { border-color: rgb(128,38,36); }

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