#74251F

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

Shades of Lusty #74251F

Tints of Lusty #74251F

Color information

#74251F (or 0x74251F) is unknown color: approx Lusty. HEX triplet: 74, 25 and 1F. RGB value is (116,37,31). Sum of RGB (Red+Green+Blue) = 116+37+31=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #74251F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74251F is #8BDAE0. Grayscale: #3C3C3C. Windows color (decimal): -9165537 or 2041204. OLE color: 2041204.

HSL color Cylindrical-coordinate representation of color #74251F: hue angle of 4.24º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74251F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1163731-
CMYK00.680.730.55
HSL4.24º57.82%28.82%-
HSV(B)4.24º73.28%45.49%-
XYZ8.115.141.86-
YUV59.94111.67167.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.04%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 31 (12.5% from 255) = 16.85%
R=63.04%
G=20.11%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116373100.680.730.554.2457.8228.82
Hex74251F044493743a1d
Octal164453701041116747235
Binary11101001001011111101000100100100111011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,37,31); }

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

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

 a { background-color: rgb(116,37,31); }

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

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

 span { border-color: rgb(116,37,31); }

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