Html Css Color HEX #731B0D Falu Red

📋 copy color: '#731B0D'

red 115 ◦ green 27 ◦ blue 13

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

Shades of Falu Red #731B0D

Tints of Falu Red #731B0D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.42%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 74.19%
G = 17.42%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#731B0D (or 0x731B0D) is known color: Falu Red. HEX triplet: 73, 1B and 0D. RGB value is (115,27,13). Sum of RGB (Red+Green+Blue) = 115+27+13=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #731B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731B0D is #8CE4F2. Grayscale: #333333. Windows color (decimal): -9233651 or 858995. OLE color: 858995.

HSL color Cylindrical-coordinate representation of color #731B0D: hue angle of 8.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731B0D is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 27 13 -
CMYK 0 0.77 0.89 0.55
HSL 8.24º 0.8% 0.25% -
HSV(B) 8.24º 0.89% 0.45% -
XYZ 7.53 4.46 0.84 -
YUV 51.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 115 27 13 0 0.77 0.89 0.55 8.24 0.8 0.25
Hex 73 1B D 0 4D 59 37 8 50 19
Octal 163 33 15 0 115 131 67 10 120 31
Binary 1110011 11011 1101 0 1001101 1011001 110111 1000 1010000 11001

Color Harmonies of #731B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731B0D

Black with #731B0D

Text Example


Text Example

White with #731B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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