Html Css Color HEX #802825 Lusty

📋 copy color: '#802825'

red 128 ◦ green 40 ◦ blue 37

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

Shades of Lusty #802825

Tints of Lusty #802825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 62.44%
G = 19.51%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#802825 (or 0x802825) is known color: Lusty. HEX triplet: 80, 28 and 25. RGB value is (128,40,37). Sum of RGB (Red+Green+Blue) = 128+40+37=205 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.44% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 128 - color contains mainly: red. Hex color #802825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802825 is #7FD7DA. Grayscale: #424242. Windows color (decimal): -8378331 or 2435200. OLE color: 2435200.

HSL color Cylindrical-coordinate representation of color #802825: hue angle of 1.98º 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 #802825 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 37 -
CMYK 0 0.69 0.71 0.50
HSL 1.98º 0.55% 0.32% -
HSV(B) 1.98º 0.71% 0.5% -
XYZ 9.99 6.24 2.43 -
YUV 65.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 128 40 37 0 0.69 0.71 0.50 1.98 0.55 0.32
Hex 80 28 25 0 45 47 32 2 37 20
Octal 200 50 45 0 105 107 62 2 67 40
Binary 10000000 101000 100101 0 1000101 1000111 110010 10 110111 100000

Color Harmonies of #802825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802825

Black with #802825

Text Example


Text Example

White with #802825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802825; }

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

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

background-color css

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

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

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

border-color css

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

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

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