#74251E

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

Shades of Lusty #74251E

Tints of Lusty #74251E

Color information

#74251E (or 0x74251E) is unknown color: approx Lusty. HEX triplet: 74, 25 and 1E. RGB value is (116,37,30). Sum of RGB (Red+Green+Blue) = 116+37+30=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74251E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74251E is #8BDAE1. Grayscale: #3B3B3B. Windows color (decimal): -9165538 or 1975668. OLE color: 1975668.

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

Color convert

RGB1163730-
CMYK00.680.740.55
HSL4.88º58.9%28.63%-
HSV(B)4.88º74.14%45.49%-
XYZ8.15.131.79-
YUV59.82111.17168.07-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 63.39%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=63.39%
G=20.22%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116373000.680.740.554.8858.928.63
Hex74251E0444A3753b1d
Octal164453601041126757335
Binary11101001001011111001000100100101011011110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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