Html Css Color HEX #74200A Falu Red

📋 copy color: '#74200A'

red 116 ◦ green 32 ◦ blue 10

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

Shades of Falu Red #74200A

Tints of Falu Red #74200A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 73.42%
G = 20.25%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74200A (or 0x74200A) is known color: Falu Red. HEX triplet: 74, 20 and 0A. RGB value is (116,32,10). Sum of RGB (Red+Green+Blue) = 116+32+10=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #74200A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74200A is #8BDFF5. Grayscale: #363636. Windows color (decimal): -9166838 or 663668. OLE color: 663668.

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

Color convert

RGB 116 32 10 -
CMYK 0 0.72 0.91 0.55
HSL 12.45º 0.84% 0.25% -
HSV(B) 12.45º 0.91% 0.45% -
XYZ 7.77 4.77 0.8 -
YUV 54.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 116 32 10 0 0.72 0.91 0.55 12.45 0.84 0.25
Hex 74 20 A 0 48 5B 37 C 54 19
Octal 164 40 12 0 110 133 67 14 124 31
Binary 1110100 100000 1010 0 1001000 1011011 110111 1100 1010100 11001

Color Harmonies of #74200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74200A

Black with #74200A

Text Example


Text Example

White with #74200A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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