Html Css Color HEX #73120C Falu Red

📋 copy color: '#73120C'

red 115 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #73120C

Tints of Falu Red #73120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.41%

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

R = 79.31%
G = 12.41%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#73120C (or 0x73120C) is known color: Falu Red. HEX triplet: 73, 12 and 0C. RGB value is (115,18,12). Sum of RGB (Red+Green+Blue) = 115+18+12=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #73120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #73120C is #8CEDF3. Grayscale: #2E2E2E. Windows color (decimal): -9235956 or 791155. OLE color: 791155.

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

Color convert

RGB 115 18 12 -
CMYK 0 0.84 0.90 0.55
HSL 3.5º 0.81% 0.25% -
HSV(B) 3.5º 0.9% 0.45% -
XYZ 7.35 4.1 0.75 -
YUV 46.32 108.64 176.99 -
System Red Green Blue C M Y K H S L
Decimal 115 18 12 0 0.84 0.90 0.55 3.5 0.81 0.25
Hex 73 12 C 0 54 5A 37 3 51 19
Octal 163 22 14 0 124 132 67 3 121 31
Binary 1110011 10010 1100 0 1010100 1011010 110111 11 1010001 11001

Color Harmonies of #73120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73120C

Black with #73120C

Text Example


Text Example

White with #73120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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