Html Css Color HEX #731E1B Falu Red

📋 copy color: '#731E1B'

red 115 ◦ green 30 ◦ blue 27

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

Shades of Falu Red #731E1B

Tints of Falu Red #731E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.7%

R = 66.86%
G = 17.44%
B = 15.7%

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

#731E1B (or 0x731E1B) is known color: Falu Red. HEX triplet: 73, 1E and 1B. RGB value is (115,30,27). Sum of RGB (Red+Green+Blue) = 115+30+27=172 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.86% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 115 - color contains mainly: red. Hex color #731E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #731E1B is #8CE1E4. Grayscale: #373737. Windows color (decimal): -9232869 or 1777267. OLE color: 1777267.

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

Color convert

RGB 115 30 27 -
CMYK 0 0.74 0.77 0.55
HSL 2.05º 0.62% 0.28% -
HSV(B) 2.05º 0.77% 0.45% -
XYZ 7.73 4.65 1.53 -
YUV 55.07 112.16 170.74 -
System Red Green Blue C M Y K H S L
Decimal 115 30 27 0 0.74 0.77 0.55 2.05 0.62 0.28
Hex 73 1E 1B 0 4A 4D 37 2 3E 1C
Octal 163 36 33 0 112 115 67 2 76 34
Binary 1110011 11110 11011 0 1001010 1001101 110111 10 111110 11100

Color Harmonies of #731E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E1B

Black with #731E1B

Text Example


Text Example

White with #731E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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