Html Css Color HEX #731F1A Falu Red

📋 copy color: '#731F1A'

red 115 ◦ green 31 ◦ blue 26

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

Shades of Falu Red #731F1A

Tints of Falu Red #731F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 66.86%
G = 18.02%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#731F1A (or 0x731F1A) is known color: Falu Red. HEX triplet: 73, 1F and 1A. RGB value is (115,31,26). Sum of RGB (Red+Green+Blue) = 115+31+26=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731F1A is #8CE0E5. Grayscale: #373737. Windows color (decimal): -9232614 or 1711987. OLE color: 1711987.

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

Color convert

RGB 115 31 26 -
CMYK 0 0.73 0.77 0.55
HSL 3.37º 0.63% 0.28% -
HSV(B) 3.37º 0.77% 0.45% -
XYZ 7.75 4.7 1.48 -
YUV 55.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 115 31 26 0 0.73 0.77 0.55 3.37 0.63 0.28
Hex 73 1F 1A 0 49 4D 37 3 3F 1C
Octal 163 37 32 0 111 115 67 3 77 34
Binary 1110011 11111 11010 0 1001001 1001101 110111 11 111111 11100

Color Harmonies of #731F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F1A

Black with #731F1A

Text Example


Text Example

White with #731F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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