Html Css Color HEX #751210 Falu Red

📋 copy color: '#751210'

red 117 ◦ green 18 ◦ blue 16

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

Shades of Falu Red #751210

Tints of Falu Red #751210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 77.48%
G = 11.92%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#751210 (or 0x751210) is known color: Falu Red. HEX triplet: 75, 12 and 10. RGB value is (117,18,16). Sum of RGB (Red+Green+Blue) = 117+18+16=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751210 is #8AEDEF. Grayscale: #2F2F2F. Windows color (decimal): -9104880 or 1053301. OLE color: 1053301.

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

Color convert

RGB 117 18 16 -
CMYK 0 0.85 0.86 0.54
HSL 1.19º 0.76% 0.26% -
HSV(B) 1.19º 0.86% 0.46% -
XYZ 7.65 4.25 0.91 -
YUV 47.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 117 18 16 0 0.85 0.86 0.54 1.19 0.76 0.26
Hex 75 12 10 0 55 56 36 1 4C 1A
Octal 165 22 20 0 125 126 66 1 114 32
Binary 1110101 10010 10000 0 1010101 1010110 110110 1 1001100 11010

Color Harmonies of #751210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751210

Black with #751210

Text Example


Text Example

White with #751210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751210; }

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

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

background-color css

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

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

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

border-color css

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

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

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