Html Css Color HEX #731504 Falu Red

📋 copy color: '#731504'

red 115 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #731504

Tints of Falu Red #731504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15%

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 82.14%
G = 15%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#731504 (or 0x731504) is known color: Falu Red. HEX triplet: 73, 15 and 04. RGB value is (115,21,4). Sum of RGB (Red+Green+Blue) = 115+21+4=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731504 is #8CEAFB. Grayscale: #2F2F2F. Windows color (decimal): -9235196 or 267635. OLE color: 267635.

HSL color Cylindrical-coordinate representation of color #731504: hue angle of 9.19º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #731504 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 4 -
CMYK 0 0.82 0.97 0.55
HSL 9.19º 0.93% 0.23% -
HSV(B) 9.19º 0.97% 0.45% -
XYZ 7.36 4.19 0.54 -
YUV 47.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 115 21 4 0 0.82 0.97 0.55 9.19 0.93 0.23
Hex 73 15 4 0 52 61 37 9 5D 17
Octal 163 25 4 0 122 141 67 11 135 27
Binary 1110011 10101 100 0 1010010 1100001 110111 1001 1011101 10111

Color Harmonies of #731504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731504

Black with #731504

Text Example


Text Example

White with #731504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731504; }

 p { color: rgb(115,21,4); }

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

background-color css

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

 a { background-color: rgb(115,21,4); }

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

border-color css

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

 span { border-color: rgb(115,21,4); }

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