Html Css Color HEX #731C0E Falu Red

📋 copy color: '#731C0E'

red 115 ◦ green 28 ◦ blue 14

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

Shades of Falu Red #731C0E

Tints of Falu Red #731C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.83%

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 73.25%
G = 17.83%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#731C0E (or 0x731C0E) is known color: Falu Red. HEX triplet: 73, 1C and 0E. RGB value is (115,28,14). Sum of RGB (Red+Green+Blue) = 115+28+14=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #731C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C0E is #8CE3F1. Grayscale: #343434. Windows color (decimal): -9233394 or 924787. OLE color: 924787.

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

Color convert

RGB 115 28 14 -
CMYK 0 0.76 0.88 0.55
HSL 8.32º 0.78% 0.25% -
HSV(B) 8.32º 0.88% 0.45% -
XYZ 7.56 4.51 0.89 -
YUV 52.42 106.32 172.64 -
System Red Green Blue C M Y K H S L
Decimal 115 28 14 0 0.76 0.88 0.55 8.32 0.78 0.25
Hex 73 1C E 0 4C 58 37 8 4E 19
Octal 163 34 16 0 114 130 67 10 116 31
Binary 1110011 11100 1110 0 1001100 1011000 110111 1000 1001110 11001

Color Harmonies of #731C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C0E

Black with #731C0E

Text Example


Text Example

White with #731C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,14); }

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

background-color css

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

 a { background-color: rgb(115,28,14); }

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

border-color css

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

 span { border-color: rgb(115,28,14); }

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