Html Css Color HEX #73100C Falu Red

📋 copy color: '#73100C'

red 115 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #73100C

Tints of Falu Red #73100C

RGB

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

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

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

R = 80.42%
G = 11.19%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73100C (or 0x73100C) is known color: Falu Red. HEX triplet: 73, 10 and 0C. RGB value is (115,16,12). Sum of RGB (Red+Green+Blue) = 115+16+12=143 (18% of max value = 765). Red value is 115 (45.31% from 255 or 80.42% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 115 - color contains mainly: red. Hex color #73100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73100C is #8CEFF3. Grayscale: #2D2D2D. Windows color (decimal): -9236468 or 790643. OLE color: 790643.

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

Color convert

RGB 115 16 12 -
CMYK 0 0.86 0.90 0.55
HSL 2.33º 0.81% 0.25% -
HSV(B) 2.33º 0.9% 0.45% -
XYZ 7.32 4.04 0.74 -
YUV 45.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 115 16 12 0 0.86 0.90 0.55 2.33 0.81 0.25
Hex 73 10 C 0 56 5A 37 2 51 19
Octal 163 20 14 0 126 132 67 2 121 31
Binary 1110011 10000 1100 0 1010110 1011010 110111 10 1010001 11001

Color Harmonies of #73100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73100C

Black with #73100C

Text Example


Text Example

White with #73100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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