Html Css Color HEX #731D0D Falu Red

📋 copy color: '#731D0D'

red 115 ◦ green 29 ◦ blue 13

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

Shades of Falu Red #731D0D

Tints of Falu Red #731D0D

RGB

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

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

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

R = 73.25%
G = 18.47%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#731D0D (or 0x731D0D) is known color: Falu Red. HEX triplet: 73, 1D and 0D. RGB value is (115,29,13). Sum of RGB (Red+Green+Blue) = 115+29+13=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 29 (11.72% from 255 or 18.47% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #731D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D0D is #8CE2F2. Grayscale: #353535. Windows color (decimal): -9233139 or 859507. OLE color: 859507.

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

Color convert

RGB 115 29 13 -
CMYK 0 0.75 0.89 0.55
HSL 9.41º 0.8% 0.25% -
HSV(B) 9.41º 0.89% 0.45% -
XYZ 7.58 4.55 0.86 -
YUV 52.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 115 29 13 0 0.75 0.89 0.55 9.41 0.8 0.25
Hex 73 1D D 0 4B 59 37 9 50 19
Octal 163 35 15 0 113 131 67 11 120 31
Binary 1110011 11101 1101 0 1001011 1011001 110111 1001 1010000 11001

Color Harmonies of #731D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D0D

Black with #731D0D

Text Example


Text Example

White with #731D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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