Html Css Color HEX #731110 Falu Red

📋 copy color: '#731110'

red 115 ◦ green 17 ◦ blue 16

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

Shades of Falu Red #731110

Tints of Falu Red #731110

RGB

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

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

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

R = 77.7%
G = 11.49%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731110 (or 0x731110) is known color: Falu Red. HEX triplet: 73, 11 and 10. RGB value is (115,17,16). Sum of RGB (Red+Green+Blue) = 115+17+16=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731110 is #8CEEEF. Grayscale: #2E2E2E. Windows color (decimal): -9236208 or 1053043. OLE color: 1053043.

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

Color convert

RGB 115 17 16 -
CMYK 0 0.85 0.86 0.55
HSL 0.61º 0.76% 0.26% -
HSV(B) 0.61º 0.86% 0.45% -
XYZ 7.36 4.08 0.89 -
YUV 46.19 110.97 177.08 -
System Red Green Blue C M Y K H S L
Decimal 115 17 16 0 0.85 0.86 0.55 0.61 0.76 0.26
Hex 73 11 10 0 55 56 37 1 4C 1A
Octal 163 21 20 0 125 126 67 1 114 32
Binary 1110011 10001 10000 0 1010101 1010110 110111 1 1001100 11010

Color Harmonies of #731110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731110

Black with #731110

Text Example


Text Example

White with #731110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731110; }

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

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

background-color css

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

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

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

border-color css

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

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

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