Html Css Color HEX #802A25 Lusty

📋 copy color: '#802A25'

red 128 ◦ green 42 ◦ blue 37

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

Shades of Lusty #802A25

Tints of Lusty #802A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.29%

 BLUE value IS 37 (14.84% from 255) = 17.87%

R = 61.84%
G = 20.29%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#802A25 (or 0x802A25) is known color: Lusty. HEX triplet: 80, 2A and 25. RGB value is (128,42,37). Sum of RGB (Red+Green+Blue) = 128+42+37=207 (27% of max value = 765). Red value is 128 (50.39% from 255 or 61.84% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 128 - color contains mainly: red. Hex color #802A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802A25 is #7FD5DA. Grayscale: #434343. Windows color (decimal): -8377819 or 2435712. OLE color: 2435712.

HSL color Cylindrical-coordinate representation of color #802A25: hue angle of 3.3º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #802A25 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 42 37 -
CMYK 0 0.67 0.71 0.50
HSL 3.3º 0.55% 0.32% -
HSV(B) 3.3º 0.71% 0.5% -
XYZ 10.06 6.38 2.45 -
YUV 67.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 128 42 37 0 0.67 0.71 0.50 3.3 0.55 0.32
Hex 80 2A 25 0 43 47 32 3 37 20
Octal 200 52 45 0 103 107 62 3 67 40
Binary 10000000 101010 100101 0 1000011 1000111 110010 11 110111 100000

Color Harmonies of #802A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802A25

Black with #802A25

Text Example


Text Example

White with #802A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802A25; }

 p { color: rgb(128,42,37); }

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

background-color css

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

 a { background-color: rgb(128,42,37); }

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

border-color css

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

 span { border-color: rgb(128,42,37); }

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