Html Css Color HEX #75120D Falu Red

📋 copy color: '#75120D'

red 117 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #75120D

Tints of Falu Red #75120D

RGB

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

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

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

R = 79.05%
G = 12.16%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#75120D (or 0x75120D) is known color: Falu Red. HEX triplet: 75, 12 and 0D. RGB value is (117,18,13). Sum of RGB (Red+Green+Blue) = 117+18+13=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #75120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75120D is #8AEDF2. Grayscale: #2F2F2F. Windows color (decimal): -9104883 or 856693. OLE color: 856693.

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

Color convert

RGB 117 18 13 -
CMYK 0 0.85 0.89 0.54
HSL 2.88º 0.8% 0.25% -
HSV(B) 2.88º 0.89% 0.46% -
XYZ 7.63 4.24 0.8 -
YUV 47.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 117 18 13 0 0.85 0.89 0.54 2.88 0.8 0.25
Hex 75 12 D 0 55 59 36 3 50 19
Octal 165 22 15 0 125 131 66 3 120 31
Binary 1110101 10010 1101 0 1010101 1011001 110110 11 1010000 11001

Color Harmonies of #75120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75120D

Black with #75120D

Text Example


Text Example

White with #75120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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