Html Css Color HEX #731D0C Falu Red

📋 copy color: '#731D0C'

red 115 ◦ green 29 ◦ blue 12

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

Shades of Falu Red #731D0C

Tints of Falu Red #731D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 73.72%
G = 18.59%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#731D0C (or 0x731D0C) is known color: Falu Red. HEX triplet: 73, 1D and 0C. RGB value is (115,29,12). Sum of RGB (Red+Green+Blue) = 115+29+12=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D0C is #8CE2F3. Grayscale: #343434. Windows color (decimal): -9233140 or 793971. OLE color: 793971.

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

Color convert

RGB 115 29 12 -
CMYK 0 0.75 0.90 0.55
HSL 9.9º 0.81% 0.25% -
HSV(B) 9.9º 0.9% 0.45% -
XYZ 7.58 4.55 0.83 -
YUV 52.78 104.99 172.38 -
System Red Green Blue C M Y K H S L
Decimal 115 29 12 0 0.75 0.90 0.55 9.9 0.81 0.25
Hex 73 1D C 0 4B 5A 37 A 51 19
Octal 163 35 14 0 113 132 67 12 121 31
Binary 1110011 11101 1100 0 1001011 1011010 110111 1010 1010001 11001

Color Harmonies of #731D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D0C

Black with #731D0C

Text Example


Text Example

White with #731D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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