Html Css Color HEX #731208 Falu Red

📋 copy color: '#731208'

red 115 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #731208

Tints of Falu Red #731208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 81.56%
G = 12.77%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#731208 (or 0x731208) is known color: Falu Red. HEX triplet: 73, 12 and 08. RGB value is (115,18,8). Sum of RGB (Red+Green+Blue) = 115+18+8=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731208 is #8CEDF7. Grayscale: #2E2E2E. Windows color (decimal): -9235960 or 529011. OLE color: 529011.

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

Color convert

RGB 115 18 8 -
CMYK 0 0.84 0.93 0.55
HSL 5.61º 0.87% 0.24% -
HSV(B) 5.61º 0.93% 0.45% -
XYZ 7.33 4.09 0.63 -
YUV 45.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 115 18 8 0 0.84 0.93 0.55 5.61 0.87 0.24
Hex 73 12 8 0 54 5D 37 6 57 18
Octal 163 22 10 0 124 135 67 6 127 30
Binary 1110011 10010 1000 0 1010100 1011101 110111 110 1010111 11000

Color Harmonies of #731208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731208

Black with #731208

Text Example


Text Example

White with #731208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731208; }

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

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

background-color css

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

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

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

border-color css

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

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

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