Html Css Color HEX #731510 Falu Red

📋 copy color: '#731510'

red 115 ◦ green 21 ◦ blue 16

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

Shades of Falu Red #731510

Tints of Falu Red #731510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 75.66%
G = 13.82%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731510 (or 0x731510) is known color: Falu Red. HEX triplet: 73, 15 and 10. RGB value is (115,21,16). Sum of RGB (Red+Green+Blue) = 115+21+16=152 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.66% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 115 - color contains mainly: red. Hex color #731510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731510 is #8CEAEF. Grayscale: #303030. Windows color (decimal): -9235184 or 1054067. OLE color: 1054067.

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

Color convert

RGB 115 21 16 -
CMYK 0 0.82 0.86 0.55
HSL 3.03º 0.76% 0.26% -
HSV(B) 3.03º 0.86% 0.45% -
XYZ 7.43 4.22 0.91 -
YUV 48.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 115 21 16 0 0.82 0.86 0.55 3.03 0.76 0.26
Hex 73 15 10 0 52 56 37 3 4C 1A
Octal 163 25 20 0 122 126 67 3 114 32
Binary 1110011 10101 10000 0 1010010 1010110 110111 11 1001100 11010

Color Harmonies of #731510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731510

Black with #731510

Text Example


Text Example

White with #731510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731510; }

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

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

background-color css

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

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

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

border-color css

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

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

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