Html Css Color HEX #731C05 Falu Red

📋 copy color: '#731C05'

red 115 ◦ green 28 ◦ blue 5

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

Shades of Falu Red #731C05

Tints of Falu Red #731C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 77.7%
G = 18.92%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731C05 (or 0x731C05) is known color: Falu Red. HEX triplet: 73, 1C and 05. RGB value is (115,28,5). Sum of RGB (Red+Green+Blue) = 115+28+5=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C05 is #8CE3FA. Grayscale: #333333. Windows color (decimal): -9233403 or 334963. OLE color: 334963.

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

Color convert

RGB 115 28 5 -
CMYK 0 0.76 0.96 0.55
HSL 12.55º 0.92% 0.24% -
HSV(B) 12.55º 0.96% 0.45% -
XYZ 7.51 4.49 0.61 -
YUV 51.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 115 28 5 0 0.76 0.96 0.55 12.55 0.92 0.24
Hex 73 1C 5 0 4C 60 37 D 5C 18
Octal 163 34 5 0 114 140 67 15 134 30
Binary 1110011 11100 101 0 1001100 1100000 110111 1101 1011100 11000

Color Harmonies of #731C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C05

Black with #731C05

Text Example


Text Example

White with #731C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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