Html Css Color HEX #75120C Falu Red

📋 copy color: '#75120C'

red 117 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #75120C

Tints of Falu Red #75120C

RGB

 RED value IS 117 (46.09% from 255) = 79.59%

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

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

R = 79.59%
G = 12.24%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75120C (or 0x75120C) is known color: Falu Red. HEX triplet: 75, 12 and 0C. RGB value is (117,18,12). Sum of RGB (Red+Green+Blue) = 117+18+12=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #75120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75120C is #8AEDF3. Grayscale: #2F2F2F. Windows color (decimal): -9104884 or 791157. OLE color: 791157.

HSL color Cylindrical-coordinate representation of color #75120C: hue angle of 3.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #75120C is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 12 -
CMYK 0 0.85 0.90 0.54
HSL 3.43º 0.81% 0.25% -
HSV(B) 3.43º 0.9% 0.46% -
XYZ 7.62 4.24 0.76 -
YUV 46.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 117 18 12 0 0.85 0.90 0.54 3.43 0.81 0.25
Hex 75 12 C 0 55 5A 36 3 51 19
Octal 165 22 14 0 125 132 66 3 121 31
Binary 1110101 10010 1100 0 1010101 1011010 110110 11 1010001 11001

Color Harmonies of #75120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75120C

Black with #75120C

Text Example


Text Example

White with #75120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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