#75241E

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

Shades of Lusty #75241E

Tints of Lusty #75241E

Color information

#75241E (or 0x75241E) is unknown color: approx Lusty. HEX triplet: 75, 24 and 1E. RGB value is (117,36,30). Sum of RGB (Red+Green+Blue) = 117+36+30=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #75241E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75241E is #8ADBE1. Grayscale: #3B3B3B. Windows color (decimal): -9100258 or 1975413. OLE color: 1975413.

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

Color convert

RGB1173630-
CMYK00.690.740.54
HSL4.14º59.18%28.82%-
HSV(B)4.14º74.36%45.88%-
XYZ8.25.141.79-
YUV59.54111.34168.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=63.93%
G=19.67%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117363000.690.740.544.1459.1828.82
Hex75241E0454A3643b1d
Octal165443601051126647335
Binary11101011001001111001000101100101011011010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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