Html Css Color HEX #731F0C Falu Red

📋 copy color: '#731F0C'

red 115 ◦ green 31 ◦ blue 12

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

Shades of Falu Red #731F0C

Tints of Falu Red #731F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.62%

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

R = 72.78%
G = 19.62%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#731F0C (or 0x731F0C) is known color: Falu Red. HEX triplet: 73, 1F and 0C. RGB value is (115,31,12). Sum of RGB (Red+Green+Blue) = 115+31+12=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F0C is #8CE0F3. Grayscale: #363636. Windows color (decimal): -9232628 or 794483. OLE color: 794483.

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

Color convert

RGB 115 31 12 -
CMYK 0 0.73 0.90 0.55
HSL 11.07º 0.81% 0.25% -
HSV(B) 11.07º 0.9% 0.45% -
XYZ 7.63 4.65 0.84 -
YUV 53.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 115 31 12 0 0.73 0.90 0.55 11.07 0.81 0.25
Hex 73 1F C 0 49 5A 37 B 51 19
Octal 163 37 14 0 111 132 67 13 121 31
Binary 1110011 11111 1100 0 1001001 1011010 110111 1011 1010001 11001

Color Harmonies of #731F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F0C

Black with #731F0C

Text Example


Text Example

White with #731F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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