Html Css Color HEX #731E1D Falu Red

📋 copy color: '#731E1D'

red 115 ◦ green 30 ◦ blue 29

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

Shades of Falu Red #731E1D

Tints of Falu Red #731E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 66.09%
G = 17.24%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#731E1D (or 0x731E1D) is known color: Falu Red. HEX triplet: 73, 1E and 1D. RGB value is (115,30,29). Sum of RGB (Red+Green+Blue) = 115+30+29=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 30 (12.11% from 255 or 17.24% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #731E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E1D is #8CE1E2. Grayscale: #373737. Windows color (decimal): -9232867 or 1908339. OLE color: 1908339.

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

Color convert

RGB 115 30 29 -
CMYK 0 0.74 0.75 0.55
HSL 0.7º 0.6% 0.28% -
HSV(B) 0.7º 0.75% 0.45% -
XYZ 7.76 4.66 1.65 -
YUV 55.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 115 30 29 0 0.74 0.75 0.55 0.7 0.6 0.28
Hex 73 1E 1D 0 4A 4B 37 1 3C 1C
Octal 163 36 35 0 112 113 67 1 74 34
Binary 1110011 11110 11101 0 1001010 1001011 110111 1 111100 11100

Color Harmonies of #731E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E1D

Black with #731E1D

Text Example


Text Example

White with #731E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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