Html Css Color HEX #73170A Falu Red

📋 copy color: '#73170A'

red 115 ◦ green 23 ◦ blue 10

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

Shades of Falu Red #73170A

Tints of Falu Red #73170A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

 BLUE value IS 10 (4.3% from 255) = 6.76%

R = 77.7%
G = 15.54%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73170A (or 0x73170A) is known color: Falu Red. HEX triplet: 73, 17 and 0A. RGB value is (115,23,10). Sum of RGB (Red+Green+Blue) = 115+23+10=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #73170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73170A is #8CE8F5. Grayscale: #313131. Windows color (decimal): -9234678 or 661363. OLE color: 661363.

HSL color Cylindrical-coordinate representation of color #73170A: hue angle of 7.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73170A is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 10 -
CMYK 0 0.80 0.91 0.55
HSL 7.43º 0.84% 0.25% -
HSV(B) 7.43º 0.91% 0.45% -
XYZ 7.43 4.28 0.72 -
YUV 49.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 115 23 10 0 0.80 0.91 0.55 7.43 0.84 0.25
Hex 73 17 A 0 50 5B 37 7 54 19
Octal 163 27 12 0 120 133 67 7 124 31
Binary 1110011 10111 1010 0 1010000 1011011 110111 111 1010100 11001

Color Harmonies of #73170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73170A

Black with #73170A

Text Example


Text Example

White with #73170A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73170A; }

 p { color: rgb(115,23,10); }

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

background-color css

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

 a { background-color: rgb(115,23,10); }

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

border-color css

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

 span { border-color: rgb(115,23,10); }

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