Html Css Color HEX #802525 Lusty

📋 copy color: '#802525'

red 128 ◦ green 37 ◦ blue 37

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

Shades of Lusty #802525

Tints of Lusty #802525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

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

R = 63.37%
G = 18.32%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#802525 (or 0x802525) is known color: Lusty. HEX triplet: 80, 25 and 25. RGB value is (128,37,37). Sum of RGB (Red+Green+Blue) = 128+37+37=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #802525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802525 is #7FDADA. Grayscale: #404040. Windows color (decimal): -8379099 or 2434432. OLE color: 2434432.

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

Color convert

RGB 128 37 37 -
CMYK 0 0.71 0.71 0.50
HSL 0.55% 0.32% -
HSV(B) 0.71% 0.5% -
XYZ 9.9 6.05 2.4 -
YUV 64.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 128 37 37 0 0.71 0.71 0.50 0 0.55 0.32
Hex 80 25 25 0 47 47 32 0 37 20
Octal 200 45 45 0 107 107 62 0 67 40
Binary 10000000 100101 100101 0 1000111 1000111 110010 0 110111 100000

Color Harmonies of #802525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802525

Black with #802525

Text Example


Text Example

White with #802525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802525; }

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

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

background-color css

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

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

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

border-color css

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

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

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