Html Css Color HEX #74200F Falu Red

📋 copy color: '#74200F'

red 116 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #74200F

Tints of Falu Red #74200F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.63%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 71.17%
G = 19.63%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74200F (or 0x74200F) is known color: Falu Red. HEX triplet: 74, 20 and 0F. RGB value is (116,32,15). Sum of RGB (Red+Green+Blue) = 116+32+15=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74200F is #8BDFF0. Grayscale: #373737. Windows color (decimal): -9166833 or 991348. OLE color: 991348.

HSL color Cylindrical-coordinate representation of color #74200F: hue angle of 10.1º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74200F is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 15 -
CMYK 0 0.72 0.87 0.55
HSL 10.1º 0.77% 0.26% -
HSV(B) 10.1º 0.87% 0.45% -
XYZ 7.81 4.78 0.96 -
YUV 55.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 116 32 15 0 0.72 0.87 0.55 10.1 0.77 0.26
Hex 74 20 F 0 48 57 37 A 4D 1A
Octal 164 40 17 0 110 127 67 12 115 32
Binary 1110100 100000 1111 0 1001000 1010111 110111 1010 1001101 11010

Color Harmonies of #74200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74200F

Black with #74200F

Text Example


Text Example

White with #74200F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,32,15); }

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

background-color css

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

 a { background-color: rgb(116,32,15); }

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

border-color css

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

 span { border-color: rgb(116,32,15); }

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