Html Css Color HEX #731505 Falu Red

📋 copy color: '#731505'

red 115 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #731505

Tints of Falu Red #731505

RGB

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

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

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

R = 81.56%
G = 14.89%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731505 (or 0x731505) is known color: Falu Red. HEX triplet: 73, 15 and 05. RGB value is (115,21,5). Sum of RGB (Red+Green+Blue) = 115+21+5=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #731505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731505 is #8CEAFA. Grayscale: #2F2F2F. Windows color (decimal): -9235195 or 333171. OLE color: 333171.

HSL color Cylindrical-coordinate representation of color #731505: hue angle of 8.73º 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 #731505 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 21 5 -
CMYK 0 0.82 0.96 0.55
HSL 8.73º 0.92% 0.24% -
HSV(B) 8.73º 0.96% 0.45% -
XYZ 7.37 4.19 0.56 -
YUV 47.28 104.14 176.3 -
System Red Green Blue C M Y K H S L
Decimal 115 21 5 0 0.82 0.96 0.55 8.73 0.92 0.24
Hex 73 15 5 0 52 60 37 9 5C 18
Octal 163 25 5 0 122 140 67 11 134 30
Binary 1110011 10101 101 0 1010010 1100000 110111 1001 1011100 11000

Color Harmonies of #731505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731505

Black with #731505

Text Example


Text Example

White with #731505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731505; }

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

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

background-color css

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

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

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

border-color css

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

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

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