Html Css Color HEX #731210 Falu Red

📋 copy color: '#731210'

red 115 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #731210

Tints of Falu Red #731210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.74%

R = 77.18%
G = 12.08%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731210 (or 0x731210) is known color: Falu Red. HEX triplet: 73, 12 and 10. RGB value is (115,18,16). Sum of RGB (Red+Green+Blue) = 115+18+16=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #731210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731210 is #8CEDEF. Grayscale: #2E2E2E. Windows color (decimal): -9235952 or 1053299. OLE color: 1053299.

HSL color Cylindrical-coordinate representation of color #731210: hue angle of 1.21º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731210 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 16 -
CMYK 0 0.84 0.86 0.55
HSL 1.21º 0.76% 0.26% -
HSV(B) 1.21º 0.86% 0.45% -
XYZ 7.38 4.11 0.9 -
YUV 46.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 115 18 16 0 0.84 0.86 0.55 1.21 0.76 0.26
Hex 73 12 10 0 54 56 37 1 4C 1A
Octal 163 22 20 0 124 126 67 1 114 32
Binary 1110011 10010 10000 0 1010100 1010110 110111 1 1001100 11010

Color Harmonies of #731210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731210

Black with #731210

Text Example


Text Example

White with #731210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731210; }

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

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

background-color css

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

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

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

border-color css

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

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

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