Html Css Color HEX #751C12 Falu Red

📋 copy color: '#751C12'

red 117 ◦ green 28 ◦ blue 18

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

Shades of Falu Red #751C12

Tints of Falu Red #751C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.18%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 71.78%
G = 17.18%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#751C12 (or 0x751C12) is known color: Falu Red. HEX triplet: 75, 1C and 12. RGB value is (117,28,18). Sum of RGB (Red+Green+Blue) = 117+28+18=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C12 is #8AE3ED. Grayscale: #353535. Windows color (decimal): -9102318 or 1186933. OLE color: 1186933.

HSL color Cylindrical-coordinate representation of color #751C12: hue angle of 6.06º degrees, saturation: 0.73, 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 #751C12 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 28 18 -
CMYK 0 0.76 0.85 0.54
HSL 6.06º 0.73% 0.26% -
HSV(B) 6.06º 0.85% 0.46% -
XYZ 7.86 4.66 1.06 -
YUV 53.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 117 28 18 0 0.76 0.85 0.54 6.06 0.73 0.26
Hex 75 1C 12 0 4C 55 36 6 49 1A
Octal 165 34 22 0 114 125 66 6 111 32
Binary 1110101 11100 10010 0 1001100 1010101 110110 110 1001001 11010

Color Harmonies of #751C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C12

Black with #751C12

Text Example


Text Example

White with #751C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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