Html Css Color HEX #74241F Lusty

📋 copy color: '#74241F'

red 116 ◦ green 36 ◦ blue 31

#74241F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #74241F

Tints of Lusty #74241F

RGB

 RED value IS 116 (45.7% from 255) = 63.39%

 GREEN value IS 36 (14.45% from 255) = 19.67%

 BLUE value IS 31 (12.5% from 255) = 16.94%

R = 63.39%
G = 19.67%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#74241F (or 0x74241F) is known color: Lusty. HEX triplet: 74, 24 and 1F. RGB value is (116,36,31). Sum of RGB (Red+Green+Blue) = 116+36+31=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74241F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74241F is #8BDBE0. Grayscale: #3B3B3B. Windows color (decimal): -9165793 or 2040948. OLE color: 2040948.

HSL color Cylindrical-coordinate representation of color #74241F: hue angle of 3.53º 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 #74241F is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 31 -
CMYK 0 0.69 0.73 0.55
HSL 3.53º 0.58% 0.29% -
HSV(B) 3.53º 0.73% 0.45% -
XYZ 8.08 5.07 1.85 -
YUV 59.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 116 36 31 0 0.69 0.73 0.55 3.53 0.58 0.29
Hex 74 24 1F 0 45 49 37 4 3A 1D
Octal 164 44 37 0 105 111 67 4 72 35
Binary 1110100 100100 11111 0 1000101 1001001 110111 100 111010 11101

Color Harmonies of #74241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74241F

Black with #74241F

Text Example


Text Example

White with #74241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74241F;
 }
 .AnyTagClassName
 {
   color: #74241F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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