Html Css Color HEX #751F17 Falu Red

📋 copy color: '#751F17'

red 117 ◦ green 31 ◦ blue 23

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

Shades of Falu Red #751F17

Tints of Falu Red #751F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.13%

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

R = 68.42%
G = 18.13%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751F17 (or 0x751F17) is known color: Falu Red. HEX triplet: 75, 1F and 17. RGB value is (117,31,23). Sum of RGB (Red+Green+Blue) = 117+31+23=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #751F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F17 is #8AE0E8. Grayscale: #373737. Windows color (decimal): -9101545 or 1515381. OLE color: 1515381.

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

Color convert

RGB 117 31 23 -
CMYK 0 0.74 0.80 0.54
HSL 5.11º 0.67% 0.27% -
HSV(B) 5.11º 0.8% 0.46% -
XYZ 7.98 4.82 1.32 -
YUV 55.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 117 31 23 0 0.74 0.80 0.54 5.11 0.67 0.27
Hex 75 1F 17 0 4A 50 36 5 43 1B
Octal 165 37 27 0 112 120 66 5 103 33
Binary 1110101 11111 10111 0 1001010 1010000 110110 101 1000011 11011

Color Harmonies of #751F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F17

Black with #751F17

Text Example


Text Example

White with #751F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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