#802725

Color #802725 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #802725

Tints of Lusty #802725

Color information

#802725 (or 0x802725) is unknown color: approx 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

RGB1283937-
CMYK00.700.710.50
HSL1.32º55.15%32.35%-
HSV(B)1.32º71.09%50.2%-
XYZ9.966.172.42-
YUV65.38111.99172.66-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 62.75%
GREEN value IS 39 (15.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128393700.700.710.501.3255.1532.35
Hex802725046473213720
Octal200474501061076216740
Binary100000001001111001010100011010001111100101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>