Html Css Color HEX #731E1A Falu Red

📋 copy color: '#731E1A'

red 115 ◦ green 30 ◦ blue 26

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

Shades of Falu Red #731E1A

Tints of Falu Red #731E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

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

R = 67.25%
G = 17.54%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#731E1A (or 0x731E1A) is known color: Falu Red. HEX triplet: 73, 1E and 1A. RGB value is (115,30,26). Sum of RGB (Red+Green+Blue) = 115+30+26=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #731E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E1A is #8CE1E5. Grayscale: #373737. Windows color (decimal): -9232870 or 1711731. OLE color: 1711731.

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

Color convert

RGB 115 30 26 -
CMYK 0 0.74 0.77 0.55
HSL 2.7º 0.63% 0.28% -
HSV(B) 2.7º 0.77% 0.45% -
XYZ 7.72 4.65 1.47 -
YUV 54.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 115 30 26 0 0.74 0.77 0.55 2.7 0.63 0.28
Hex 73 1E 1A 0 4A 4D 37 3 3F 1C
Octal 163 36 32 0 112 115 67 3 77 34
Binary 1110011 11110 11010 0 1001010 1001101 110111 11 111111 11100

Color Harmonies of #731E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E1A

Black with #731E1A

Text Example


Text Example

White with #731E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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