Html Css Color HEX #731808 Falu Red

📋 copy color: '#731808'

red 115 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #731808

Tints of Falu Red #731808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.33%

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

R = 78.23%
G = 16.33%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#731808 (or 0x731808) is known color: Falu Red. HEX triplet: 73, 18 and 08. RGB value is (115,24,8). Sum of RGB (Red+Green+Blue) = 115+24+8=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731808 is #8CE7F7. Grayscale: #313131. Windows color (decimal): -9234424 or 530547. OLE color: 530547.

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

Color convert

RGB 115 24 8 -
CMYK 0 0.79 0.93 0.55
HSL 8.97º 0.87% 0.24% -
HSV(B) 8.97º 0.93% 0.45% -
XYZ 7.44 4.32 0.67 -
YUV 49.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 115 24 8 0 0.79 0.93 0.55 8.97 0.87 0.24
Hex 73 18 8 0 4F 5D 37 9 57 18
Octal 163 30 10 0 117 135 67 11 127 30
Binary 1110011 11000 1000 0 1001111 1011101 110111 1001 1010111 11000

Color Harmonies of #731808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731808

Black with #731808

Text Example


Text Example

White with #731808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731808; }

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

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

background-color css

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

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

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

border-color css

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

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

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