Html Css Color HEX #731108 Falu Red

📋 copy color: '#731108'

red 115 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #731108

Tints of Falu Red #731108

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

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

R = 82.14%
G = 12.14%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#731108 (or 0x731108) is known color: Falu Red. HEX triplet: 73, 11 and 08. RGB value is (115,17,8). Sum of RGB (Red+Green+Blue) = 115+17+8=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731108 is #8CEEF7. Grayscale: #2D2D2D. Windows color (decimal): -9236216 or 528755. OLE color: 528755.

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

Color convert

RGB 115 17 8 -
CMYK 0 0.85 0.93 0.55
HSL 5.05º 0.87% 0.24% -
HSV(B) 5.05º 0.93% 0.45% -
XYZ 7.31 4.06 0.63 -
YUV 45.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 115 17 8 0 0.85 0.93 0.55 5.05 0.87 0.24
Hex 73 11 8 0 55 5D 37 5 57 18
Octal 163 21 10 0 125 135 67 5 127 30
Binary 1110011 10001 1000 0 1010101 1011101 110111 101 1010111 11000

Color Harmonies of #731108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731108

Black with #731108

Text Example


Text Example

White with #731108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731108; }

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

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

background-color css

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

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

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

border-color css

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

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

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