Html Css Color HEX #731E0B Falu Red

📋 copy color: '#731E0B'

red 115 ◦ green 30 ◦ blue 11

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

Shades of Falu Red #731E0B

Tints of Falu Red #731E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 73.72%
G = 19.23%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#731E0B (or 0x731E0B) is known color: Falu Red. HEX triplet: 73, 1E and 0B. RGB value is (115,30,11). Sum of RGB (Red+Green+Blue) = 115+30+11=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731E0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E0B is #8CE1F4. Grayscale: #353535. Windows color (decimal): -9232885 or 728691. OLE color: 728691.

HSL color Cylindrical-coordinate representation of color #731E0B: hue angle of 10.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #731E0B is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 11 -
CMYK 0 0.74 0.90 0.55
HSL 10.96º 0.83% 0.25% -
HSV(B) 10.96º 0.9% 0.45% -
XYZ 7.59 4.6 0.8 -
YUV 53.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 115 30 11 0 0.74 0.90 0.55 10.96 0.83 0.25
Hex 73 1E B 0 4A 5A 37 B 53 19
Octal 163 36 13 0 112 132 67 13 123 31
Binary 1110011 11110 1011 0 1001010 1011010 110111 1011 1010011 11001

Color Harmonies of #731E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E0B

Black with #731E0B

Text Example


Text Example

White with #731E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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