Html Css Color HEX #742100 Falu Red

📋 copy color: '#742100'

red 116 ◦ green 33 ◦ blue 0

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

Shades of Falu Red #742100

Tints of Falu Red #742100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.85%
G = 22.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742100 (or 0x742100) is known color: Falu Red. HEX triplet: 74, 21 and 00. RGB value is (116,33,0). Sum of RGB (Red+Green+Blue) = 116+33+0=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #742100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742100 is #8BDEFF. Grayscale: #363636. Windows color (decimal): -9166592 or 8564. OLE color: 8564.

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

Color convert

RGB 116 33 0 -
CMYK 0 0.72 1 0.55
HSL 17.07º 1% 0.23% -
HSV(B) 17.07º 1% 0.45% -
XYZ 7.75 4.8 0.52 -
YUV 54.06 97.5 172.18 -
System Red Green Blue C M Y K H S L
Decimal 116 33 0 0 0.72 1 0.55 17.07 1 0.23
Hex 74 21 0 0 48 64 37 11 64 17
Octal 164 41 0 0 110 144 67 21 144 27
Binary 1110100 100001 0 0 1001000 1100100 110111 10001 1100100 10111

Color Harmonies of #742100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742100

Black with #742100

Text Example


Text Example

White with #742100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742100; }

 p { color: rgb(116,33,0); }

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

background-color css

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

 a { background-color: rgb(116,33,0); }

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

border-color css

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

 span { border-color: rgb(116,33,0); }

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