Html Css Color HEX #731D1C Falu Red

📋 copy color: '#731D1C'

red 115 ◦ green 29 ◦ blue 28

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

Shades of Falu Red #731D1C

Tints of Falu Red #731D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.86%

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

R = 66.86%
G = 16.86%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#731D1C (or 0x731D1C) is known color: Falu Red. HEX triplet: 73, 1D and 1C. RGB value is (115,29,28). Sum of RGB (Red+Green+Blue) = 115+29+28=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731D1C is #8CE2E3. Grayscale: #363636. Windows color (decimal): -9233124 or 1842547. OLE color: 1842547.

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

Color convert

RGB 115 29 28 -
CMYK 0 0.75 0.76 0.55
HSL 0.69º 0.61% 0.28% -
HSV(B) 0.69º 0.76% 0.45% -
XYZ 7.72 4.61 1.58 -
YUV 54.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 115 29 28 0 0.75 0.76 0.55 0.69 0.61 0.28
Hex 73 1D 1C 0 4B 4C 37 1 3D 1C
Octal 163 35 34 0 113 114 67 1 75 34
Binary 1110011 11101 11100 0 1001011 1001100 110111 1 111101 11100

Color Harmonies of #731D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D1C

Black with #731D1C

Text Example


Text Example

White with #731D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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