Html Css Color HEX #731010 Falu Red

📋 copy color: '#731010'

red 115 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #731010

Tints of Falu Red #731010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.88%

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

R = 78.23%
G = 10.88%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731010 (or 0x731010) is known color: Falu Red. HEX triplet: 73, 10 and 10. RGB value is (115,16,16). Sum of RGB (Red+Green+Blue) = 115+16+16=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731010 is #8CEFEF. Grayscale: #2D2D2D. Windows color (decimal): -9236464 or 1052787. OLE color: 1052787.

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

Color convert

RGB 115 16 16 -
CMYK 0 0.86 0.86 0.55
HSL 0.76% 0.26% -
HSV(B) 0.86% 0.45% -
XYZ 7.35 4.05 0.89 -
YUV 45.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 115 16 16 0 0.86 0.86 0.55 0 0.76 0.26
Hex 73 10 10 0 56 56 37 0 4C 1A
Octal 163 20 20 0 126 126 67 0 114 32
Binary 1110011 10000 10000 0 1010110 1010110 110111 0 1001100 11010

Color Harmonies of #731010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731010

Black with #731010

Text Example


Text Example

White with #731010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731010; }

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

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

background-color css

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

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

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

border-color css

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

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

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