Html Css Color HEX #73170C Falu Red

📋 copy color: '#73170C'

red 115 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #73170C

Tints of Falu Red #73170C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8%

R = 76.67%
G = 15.33%
B = 8%

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

#73170C (or 0x73170C) is known color: Falu Red. HEX triplet: 73, 17 and 0C. RGB value is (115,23,12). Sum of RGB (Red+Green+Blue) = 115+23+12=150 (19% of max value = 765). Red value is 115 (45.31% from 255 or 76.67% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 115 - color contains mainly: red. Hex color #73170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73170C is #8CE8F3. Grayscale: #313131. Windows color (decimal): -9234676 or 792435. OLE color: 792435.

HSL color Cylindrical-coordinate representation of color #73170C: hue angle of 6.41º degrees, saturation: 0.81, 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 #73170C is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 12 -
CMYK 0 0.80 0.90 0.55
HSL 6.41º 0.81% 0.25% -
HSV(B) 6.41º 0.9% 0.45% -
XYZ 7.44 4.28 0.78 -
YUV 49.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 115 23 12 0 0.80 0.90 0.55 6.41 0.81 0.25
Hex 73 17 C 0 50 5A 37 6 51 19
Octal 163 27 14 0 120 132 67 6 121 31
Binary 1110011 10111 1100 0 1010000 1011010 110111 110 1010001 11001

Color Harmonies of #73170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73170C

Black with #73170C

Text Example


Text Example

White with #73170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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