Html Css Color HEX #751211 Falu Red

📋 copy color: '#751211'

red 117 ◦ green 18 ◦ blue 17

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

Shades of Falu Red #751211

Tints of Falu Red #751211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 76.97%
G = 11.84%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751211 (or 0x751211) is known color: Falu Red. HEX triplet: 75, 12 and 11. RGB value is (117,18,17). Sum of RGB (Red+Green+Blue) = 117+18+17=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #751211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751211 is #8AEDEE. Grayscale: #2F2F2F. Windows color (decimal): -9104879 or 1118837. OLE color: 1118837.

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

Color convert

RGB 117 18 17 -
CMYK 0 0.85 0.85 0.54
HSL 0.6º 0.75% 0.26% -
HSV(B) 0.6º 0.85% 0.46% -
XYZ 7.65 4.25 0.95 -
YUV 47.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 117 18 17 0 0.85 0.85 0.54 0.6 0.75 0.26
Hex 75 12 11 0 55 55 36 1 4B 1A
Octal 165 22 21 0 125 125 66 1 113 32
Binary 1110101 10010 10001 0 1010101 1010101 110110 1 1001011 11010

Color Harmonies of #751211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751211

Black with #751211

Text Example


Text Example

White with #751211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751211; }

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

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

background-color css

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

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

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

border-color css

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

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

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