Html Css Color HEX #751B17 Falu Red

📋 copy color: '#751B17'

red 117 ◦ green 27 ◦ blue 23

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

Shades of Falu Red #751B17

Tints of Falu Red #751B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.17%

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

R = 70.06%
G = 16.17%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.54

RGB Variations

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

Color information

#751B17 (or 0x751B17) is known color: Falu Red. HEX triplet: 75, 1B and 17. RGB value is (117,27,23). Sum of RGB (Red+Green+Blue) = 117+27+23=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #751B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B17 is #8AE4E8. Grayscale: #353535. Windows color (decimal): -9102569 or 1514357. OLE color: 1514357.

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

Color convert

RGB 117 27 23 -
CMYK 0 0.77 0.80 0.54
HSL 2.55º 0.67% 0.27% -
HSV(B) 2.55º 0.8% 0.46% -
XYZ 7.88 4.63 1.29 -
YUV 53.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 117 27 23 0 0.77 0.80 0.54 2.55 0.67 0.27
Hex 75 1B 17 0 4D 50 36 3 43 1B
Octal 165 33 27 0 115 120 66 3 103 33
Binary 1110101 11011 10111 0 1001101 1010000 110110 11 1000011 11011

Color Harmonies of #751B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B17

Black with #751B17

Text Example


Text Example

White with #751B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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