#75281F

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

Shades of Lusty #75281F

Tints of Lusty #75281F

Color information

#75281F (or 0x75281F) is unknown color: approx Lusty. HEX triplet: 75, 28 and 1F. RGB value is (117,40,31). Sum of RGB (Red+Green+Blue) = 117+40+31=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #75281F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75281F is #8AD7E0. Grayscale: #3E3E3E. Windows color (decimal): -9099233 or 2041973. OLE color: 2041973.

HSL color Cylindrical-coordinate representation of color #75281F: hue angle of 6.28º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75281F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1174031-
CMYK00.660.740.54
HSL6.28º58.11%29.02%-
HSV(B)6.28º73.5%45.88%-
XYZ8.345.41.9-
YUV62110.51167.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=62.23%
G=21.28%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117403100.660.740.546.2858.1129.02
Hex75281F0424A3663a1d
Octal165503701021126667235
Binary11101011010001111101000010100101011011011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75281F; }

 p { color: rgb(117,40,31); }

 H1.HeaderClassName
 {
   color: #75281F;
 }
 .AnyTagClassName
 {
   color: #75281F;
 }
</style>
background-color css

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

 a { background-color: rgb(117,40,31); }

 div.DivClassName
 {
   background-color: #75281F;
 }
 .BgClassName
 {
   background-color: #75281F;
 }
</style>
border-color css

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

 span { border-color: rgb(117,40,31); }

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