Html Css Color HEX #742200 Falu Red

📋 copy color: '#742200'

red 116 ◦ green 34 ◦ blue 0

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

Shades of Falu Red #742200

Tints of Falu Red #742200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.67%

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

R = 77.33%
G = 22.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#742200 (or 0x742200) is known color: Falu Red. HEX triplet: 74, 22 and 00. RGB value is (116,34,0). Sum of RGB (Red+Green+Blue) = 116+34+0=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #742200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742200 is #8BDDFF. Grayscale: #363636. Windows color (decimal): -9166336 or 8820. OLE color: 8820.

HSL color Cylindrical-coordinate representation of color #742200: hue angle of 17.59º 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 #742200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 0 -
CMYK 0 0.71 1 0.55
HSL 17.59º 1% 0.23% -
HSV(B) 17.59º 1% 0.45% -
XYZ 7.77 4.86 0.53 -
YUV 54.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 116 34 0 0 0.71 1 0.55 17.59 1 0.23
Hex 74 22 0 0 47 64 37 12 64 17
Octal 164 42 0 0 107 144 67 22 144 27
Binary 1110100 100010 0 0 1000111 1100100 110111 10010 1100100 10111

Color Harmonies of #742200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742200

Black with #742200

Text Example


Text Example

White with #742200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742200; }

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

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

background-color css

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

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

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

border-color css

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

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

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