Html Css Color HEX #731608 Falu Red

📋 copy color: '#731608'

red 115 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #731608

Tints of Falu Red #731608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 79.31%
G = 15.17%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#731608 (or 0x731608) is known color: Falu Red. HEX triplet: 73, 16 and 08. RGB value is (115,22,8). Sum of RGB (Red+Green+Blue) = 115+22+8=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731608 is #8CE9F7. Grayscale: #303030. Windows color (decimal): -9234936 or 530035. OLE color: 530035.

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

Color convert

RGB 115 22 8 -
CMYK 0 0.81 0.93 0.55
HSL 7.85º 0.87% 0.24% -
HSV(B) 7.85º 0.93% 0.45% -
XYZ 7.4 4.24 0.66 -
YUV 48.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 115 22 8 0 0.81 0.93 0.55 7.85 0.87 0.24
Hex 73 16 8 0 51 5D 37 8 57 18
Octal 163 26 10 0 121 135 67 10 127 30
Binary 1110011 10110 1000 0 1010001 1011101 110111 1000 1010111 11000

Color Harmonies of #731608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731608

Black with #731608

Text Example


Text Example

White with #731608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731608; }

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

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

background-color css

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

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

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

border-color css

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

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

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