Html Css Color HEX #731F16 Falu Red

📋 copy color: '#731F16'

red 115 ◦ green 31 ◦ blue 22

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

Shades of Falu Red #731F16

Tints of Falu Red #731F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.45%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 68.45%
G = 18.45%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#731F16 (or 0x731F16) is known color: Falu Red. HEX triplet: 73, 1F and 16. RGB value is (115,31,22). Sum of RGB (Red+Green+Blue) = 115+31+22=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #731F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F16 is #8CE0E9. Grayscale: #373737. Windows color (decimal): -9232618 or 1449843. OLE color: 1449843.

HSL color Cylindrical-coordinate representation of color #731F16: hue angle of 5.81º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731F16 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 31 22 -
CMYK 0 0.73 0.81 0.55
HSL 5.81º 0.68% 0.27% -
HSV(B) 5.81º 0.81% 0.45% -
XYZ 7.71 4.68 1.26 -
YUV 55.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 115 31 22 0 0.73 0.81 0.55 5.81 0.68 0.27
Hex 73 1F 16 0 49 51 37 6 44 1B
Octal 163 37 26 0 111 121 67 6 104 33
Binary 1110011 11111 10110 0 1001001 1010001 110111 110 1000100 11011

Color Harmonies of #731F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F16

Black with #731F16

Text Example


Text Example

White with #731F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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