Html Css Color HEX #742007 Falu Red

📋 copy color: '#742007'

red 116 ◦ green 32 ◦ blue 7

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

Shades of Falu Red #742007

Tints of Falu Red #742007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 74.84%
G = 20.65%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#742007 (or 0x742007) is known color: Falu Red. HEX triplet: 74, 20 and 07. RGB value is (116,32,7). Sum of RGB (Red+Green+Blue) = 116+32+7=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #742007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742007 is #8BDFF8. Grayscale: #363636. Windows color (decimal): -9166841 or 467060. OLE color: 467060.

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

Color convert

RGB 116 32 7 -
CMYK 0 0.72 0.94 0.55
HSL 13.76º 0.89% 0.24% -
HSV(B) 13.76º 0.94% 0.45% -
XYZ 7.76 4.76 0.71 -
YUV 54.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 116 32 7 0 0.72 0.94 0.55 13.76 0.89 0.24
Hex 74 20 7 0 48 5E 37 E 59 18
Octal 164 40 7 0 110 136 67 16 131 30
Binary 1110100 100000 111 0 1001000 1011110 110111 1110 1011001 11000

Color Harmonies of #742007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742007

Black with #742007

Text Example


Text Example

White with #742007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742007; }

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

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

background-color css

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

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

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

border-color css

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

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

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