Html Css Color HEX #731405 Falu Red

📋 copy color: '#731405'

red 115 ◦ green 20 ◦ blue 5

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

Shades of Falu Red #731405

Tints of Falu Red #731405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.29%

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

R = 82.14%
G = 14.29%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#731405 (or 0x731405) is known color: Falu Red. HEX triplet: 73, 14 and 05. RGB value is (115,20,5). Sum of RGB (Red+Green+Blue) = 115+20+5=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #731405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731405 is #8CEBFA. Grayscale: #2E2E2E. Windows color (decimal): -9235451 or 332915. OLE color: 332915.

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

Color convert

RGB 115 20 5 -
CMYK 0 0.83 0.96 0.55
HSL 8.18º 0.92% 0.24% -
HSV(B) 8.18º 0.96% 0.45% -
XYZ 7.35 4.16 0.56 -
YUV 46.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 115 20 5 0 0.83 0.96 0.55 8.18 0.92 0.24
Hex 73 14 5 0 53 60 37 8 5C 18
Octal 163 24 5 0 123 140 67 10 134 30
Binary 1110011 10100 101 0 1010011 1100000 110111 1000 1011100 11000

Color Harmonies of #731405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731405

Black with #731405

Text Example


Text Example

White with #731405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731405; }

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

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

background-color css

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

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

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

border-color css

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

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

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