Html Css Color HEX #742006 Falu Red

📋 copy color: '#742006'

red 116 ◦ green 32 ◦ blue 6

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

Shades of Falu Red #742006

Tints of Falu Red #742006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 75.32%
G = 20.78%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#742006 (or 0x742006) is known color: Falu Red. HEX triplet: 74, 20 and 06. RGB value is (116,32,6). Sum of RGB (Red+Green+Blue) = 116+32+6=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #742006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742006 is #8BDFF9. Grayscale: #363636. Windows color (decimal): -9166842 or 401524. OLE color: 401524.

HSL color Cylindrical-coordinate representation of color #742006: hue angle of 14.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #742006 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 6 -
CMYK 0 0.72 0.95 0.55
HSL 14.18º 0.9% 0.24% -
HSV(B) 14.18º 0.95% 0.45% -
XYZ 7.75 4.76 0.68 -
YUV 54.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 116 32 6 0 0.72 0.95 0.55 14.18 0.9 0.24
Hex 74 20 6 0 48 5F 37 E 5A 18
Octal 164 40 6 0 110 137 67 16 132 30
Binary 1110100 100000 110 0 1001000 1011111 110111 1110 1011010 11000

Color Harmonies of #742006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742006

Black with #742006

Text Example


Text Example

White with #742006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742006; }

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

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

background-color css

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

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

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

border-color css

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

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

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