Html Css Color HEX #751C10 Falu Red

📋 copy color: '#751C10'

red 117 ◦ green 28 ◦ blue 16

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

Shades of Falu Red #751C10

Tints of Falu Red #751C10

RGB

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

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

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

R = 72.67%
G = 17.39%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#751C10 (or 0x751C10) is known color: Falu Red. HEX triplet: 75, 1C and 10. RGB value is (117,28,16). Sum of RGB (Red+Green+Blue) = 117+28+16=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #751C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C10 is #8AE3EF. Grayscale: #353535. Windows color (decimal): -9102320 or 1055861. OLE color: 1055861.

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

Color convert

RGB 117 28 16 -
CMYK 0 0.76 0.86 0.54
HSL 7.13º 0.76% 0.26% -
HSV(B) 7.13º 0.86% 0.46% -
XYZ 7.84 4.65 0.97 -
YUV 53.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 117 28 16 0 0.76 0.86 0.54 7.13 0.76 0.26
Hex 75 1C 10 0 4C 56 36 7 4C 1A
Octal 165 34 20 0 114 126 66 7 114 32
Binary 1110101 11100 10000 0 1001100 1010110 110110 111 1001100 11010

Color Harmonies of #751C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C10

Black with #751C10

Text Example


Text Example

White with #751C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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