Html Css Color HEX #73170B Falu Red

📋 copy color: '#73170B'

red 115 ◦ green 23 ◦ blue 11

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

Shades of Falu Red #73170B

Tints of Falu Red #73170B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.38%

R = 77.18%
G = 15.44%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73170B (or 0x73170B) is known color: Falu Red. HEX triplet: 73, 17 and 0B. RGB value is (115,23,11). Sum of RGB (Red+Green+Blue) = 115+23+11=149 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.18% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 115 - color contains mainly: red. Hex color #73170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73170B is #8CE8F4. Grayscale: #313131. Windows color (decimal): -9234677 or 726899. OLE color: 726899.

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

Color convert

RGB 115 23 11 -
CMYK 0 0.80 0.90 0.55
HSL 6.92º 0.83% 0.25% -
HSV(B) 6.92º 0.9% 0.45% -
XYZ 7.44 4.28 0.75 -
YUV 49.14 106.48 174.98 -
System Red Green Blue C M Y K H S L
Decimal 115 23 11 0 0.80 0.90 0.55 6.92 0.83 0.25
Hex 73 17 B 0 50 5A 37 7 53 19
Octal 163 27 13 0 120 132 67 7 123 31
Binary 1110011 10111 1011 0 1010000 1011010 110111 111 1010011 11001

Color Harmonies of #73170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73170B

Black with #73170B

Text Example


Text Example

White with #73170B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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