#75251E

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

Shades of Lusty #75251E

Tints of Lusty #75251E

Color information

#75251E (or 0x75251E) is unknown color: approx Lusty. HEX triplet: 75, 25 and 1E. RGB value is (117,37,30). Sum of RGB (Red+Green+Blue) = 117+37+30=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75251E is #8ADAE1. Grayscale: #3C3C3C. Windows color (decimal): -9100002 or 1975669. OLE color: 1975669.

HSL color Cylindrical-coordinate representation of color #75251E: hue angle of 4.83º degrees, saturation: 0.59, 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 #75251E is Cyan = 0, Magento = 0.68, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1173730-
CMYK00.680.740.54
HSL4.83º59.18%28.82%-
HSV(B)4.83º74.36%45.88%-
XYZ8.235.21.8-
YUV60.12111168.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=63.59%
G=20.11%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117373000.680.740.544.8359.1828.82
Hex75251E0444A3653b1d
Octal165453601041126657335
Binary11101011001011111001000100100101011011010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75251E; }

 p { color: rgb(117,37,30); }

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

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

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

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

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

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

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