Html Css Color HEX #731408 Falu Red

📋 copy color: '#731408'

red 115 ◦ green 20 ◦ blue 8

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

Shades of Falu Red #731408

Tints of Falu Red #731408

RGB

 RED value IS 115 (45.31% from 255) = 80.42%

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 80.42%
G = 13.99%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#731408 (or 0x731408) is known color: Falu Red. HEX triplet: 73, 14 and 08. RGB value is (115,20,8). Sum of RGB (Red+Green+Blue) = 115+20+8=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #731408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731408 is #8CEBF7. Grayscale: #2F2F2F. Windows color (decimal): -9235448 or 529523. OLE color: 529523.

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

Color convert

RGB 115 20 8 -
CMYK 0 0.83 0.93 0.55
HSL 6.73º 0.87% 0.24% -
HSV(B) 6.73º 0.93% 0.45% -
XYZ 7.36 4.16 0.65 -
YUV 47.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 115 20 8 0 0.83 0.93 0.55 6.73 0.87 0.24
Hex 73 14 8 0 53 5D 37 7 57 18
Octal 163 24 10 0 123 135 67 7 127 30
Binary 1110011 10100 1000 0 1010011 1011101 110111 111 1010111 11000

Color Harmonies of #731408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731408

Black with #731408

Text Example


Text Example

White with #731408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731408; }

 p { color: rgb(115,20,8); }

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

background-color css

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

 a { background-color: rgb(115,20,8); }

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

border-color css

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

 span { border-color: rgb(115,20,8); }

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