Html Css Color HEX #751C17 Falu Red

📋 copy color: '#751C17'

red 117 ◦ green 28 ◦ blue 23

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

Shades of Falu Red #751C17

Tints of Falu Red #751C17

RGB

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

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

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

R = 69.64%
G = 16.67%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751C17 (or 0x751C17) is known color: Falu Red. HEX triplet: 75, 1C and 17. RGB value is (117,28,23). Sum of RGB (Red+Green+Blue) = 117+28+23=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #751C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C17 is #8AE3E8. Grayscale: #363636. Windows color (decimal): -9102313 or 1514613. OLE color: 1514613.

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

Color convert

RGB 117 28 23 -
CMYK 0 0.76 0.80 0.54
HSL 3.19º 0.67% 0.27% -
HSV(B) 3.19º 0.8% 0.46% -
XYZ 7.91 4.67 1.3 -
YUV 54.04 110.49 172.91 -
System Red Green Blue C M Y K H S L
Decimal 117 28 23 0 0.76 0.80 0.54 3.19 0.67 0.27
Hex 75 1C 17 0 4C 50 36 3 43 1B
Octal 165 34 27 0 114 120 66 3 103 33
Binary 1110101 11100 10111 0 1001100 1010000 110110 11 1000011 11011

Color Harmonies of #751C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C17

Black with #751C17

Text Example


Text Example

White with #751C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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