Html Css Color HEX #73100D Falu Red

📋 copy color: '#73100D'

red 115 ◦ green 16 ◦ blue 13

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

Shades of Falu Red #73100D

Tints of Falu Red #73100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

 BLUE value IS 13 (5.47% from 255) = 9.03%

R = 79.86%
G = 11.11%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#73100D (or 0x73100D) is known color: Falu Red. HEX triplet: 73, 10 and 0D. RGB value is (115,16,13). Sum of RGB (Red+Green+Blue) = 115+16+13=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #73100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73100D is #8CEFF2. Grayscale: #2D2D2D. Windows color (decimal): -9236467 or 856179. OLE color: 856179.

HSL color Cylindrical-coordinate representation of color #73100D: hue angle of 1.76º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73100D is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 13 -
CMYK 0 0.86 0.89 0.55
HSL 1.76º 0.8% 0.25% -
HSV(B) 1.76º 0.89% 0.45% -
XYZ 7.33 4.04 0.78 -
YUV 45.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 115 16 13 0 0.86 0.89 0.55 1.76 0.8 0.25
Hex 73 10 D 0 56 59 37 2 50 19
Octal 163 20 15 0 126 131 67 2 120 31
Binary 1110011 10000 1101 0 1010110 1011001 110111 10 1010000 11001

Color Harmonies of #73100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73100D

Black with #73100D

Text Example


Text Example

White with #73100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73100D; }

 p { color: rgb(115,16,13); }

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

background-color css

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

 a { background-color: rgb(115,16,13); }

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

border-color css

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

 span { border-color: rgb(115,16,13); }

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