Html Css Color HEX #731E1C Falu Red

📋 copy color: '#731E1C'

red 115 ◦ green 30 ◦ blue 28

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

Shades of Falu Red #731E1C

Tints of Falu Red #731E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 66.47%
G = 17.34%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#731E1C (or 0x731E1C) is known color: Falu Red. HEX triplet: 73, 1E and 1C. RGB value is (115,30,28). Sum of RGB (Red+Green+Blue) = 115+30+28=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #731E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E1C is #8CE1E3. Grayscale: #373737. Windows color (decimal): -9232868 or 1842803. OLE color: 1842803.

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

Color convert

RGB 115 30 28 -
CMYK 0 0.74 0.76 0.55
HSL 1.38º 0.61% 0.28% -
HSV(B) 1.38º 0.76% 0.45% -
XYZ 7.74 4.66 1.59 -
YUV 55.19 112.66 170.66 -
System Red Green Blue C M Y K H S L
Decimal 115 30 28 0 0.74 0.76 0.55 1.38 0.61 0.28
Hex 73 1E 1C 0 4A 4C 37 1 3D 1C
Octal 163 36 34 0 112 114 67 1 75 34
Binary 1110011 11110 11100 0 1001010 1001100 110111 1 111101 11100

Color Harmonies of #731E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E1C

Black with #731E1C

Text Example


Text Example

White with #731E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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