Html Css Color HEX #751A17 Falu Red

📋 copy color: '#751A17'

red 117 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #751A17

Tints of Falu Red #751A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.66%

 BLUE value IS 23 (9.38% from 255) = 13.86%

R = 70.48%
G = 15.66%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751A17 (or 0x751A17) is known color: Falu Red. HEX triplet: 75, 1A and 17. RGB value is (117,26,23). Sum of RGB (Red+Green+Blue) = 117+26+23=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A17 is #8AE5E8. Grayscale: #343434. Windows color (decimal): -9102825 or 1514101. OLE color: 1514101.

HSL color Cylindrical-coordinate representation of color #751A17: hue angle of 1.91º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751A17 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 23 -
CMYK 0 0.78 0.80 0.54
HSL 1.91º 0.67% 0.27% -
HSV(B) 1.91º 0.8% 0.46% -
XYZ 7.86 4.58 1.28 -
YUV 52.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 117 26 23 0 0.78 0.80 0.54 1.91 0.67 0.27
Hex 75 1A 17 0 4E 50 36 2 43 1B
Octal 165 32 27 0 116 120 66 2 103 33
Binary 1110101 11010 10111 0 1001110 1010000 110110 10 1000011 11011

Color Harmonies of #751A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A17

Black with #751A17

Text Example


Text Example

White with #751A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,23); }

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

background-color css

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

 a { background-color: rgb(117,26,23); }

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

border-color css

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

 span { border-color: rgb(117,26,23); }

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