Html Css Color HEX #802725 Lusty

📋 copy color: '#802725'

red 128 ◦ green 39 ◦ blue 37

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

Shades of Lusty #802725

Tints of Lusty #802725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.12%

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

R = 62.75%
G = 19.12%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#802725 (or 0x802725) is known color: Lusty. HEX triplet: 80, 27 and 25. RGB value is (128,39,37). Sum of RGB (Red+Green+Blue) = 128+39+37=204 (27% of max value = 765). Red value is 128 (50.39% from 255 or 62.75% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 128 - color contains mainly: red. Hex color #802725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802725 is #7FD8DA. Grayscale: #414141. Windows color (decimal): -8378587 or 2434944. OLE color: 2434944.

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

Color convert

RGB 128 39 37 -
CMYK 0 0.70 0.71 0.50
HSL 1.32º 0.55% 0.32% -
HSV(B) 1.32º 0.71% 0.5% -
XYZ 9.96 6.17 2.42 -
YUV 65.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 128 39 37 0 0.70 0.71 0.50 1.32 0.55 0.32
Hex 80 27 25 0 46 47 32 1 37 20
Octal 200 47 45 0 106 107 62 1 67 40
Binary 10000000 100111 100101 0 1000110 1000111 110010 1 110111 100000

Color Harmonies of #802725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802725

Black with #802725

Text Example


Text Example

White with #802725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802725; }

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

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

background-color css

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

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

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

border-color css

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

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

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