Html Css Color HEX #751D16 Falu Red

📋 copy color: '#751D16'

red 117 ◦ green 29 ◦ blue 22

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

Shades of Falu Red #751D16

Tints of Falu Red #751D16

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.26%

 BLUE value IS 22 (8.98% from 255) = 13.1%

R = 69.64%
G = 17.26%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#751D16 (or 0x751D16) is known color: Falu Red. HEX triplet: 75, 1D and 16. RGB value is (117,29,22). Sum of RGB (Red+Green+Blue) = 117+29+22=168 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.64% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 117 - color contains mainly: red. Hex color #751D16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D16 is #8AE2E9. Grayscale: #363636. Windows color (decimal): -9102058 or 1449333. OLE color: 1449333.

HSL color Cylindrical-coordinate representation of color #751D16: hue angle of 4.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751D16 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 22 -
CMYK 0 0.75 0.81 0.54
HSL 4.42º 0.68% 0.27% -
HSV(B) 4.42º 0.81% 0.46% -
XYZ 7.92 4.72 1.25 -
YUV 54.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 117 29 22 0 0.75 0.81 0.54 4.42 0.68 0.27
Hex 75 1D 16 0 4B 51 36 4 44 1B
Octal 165 35 26 0 113 121 66 4 104 33
Binary 1110101 11101 10110 0 1001011 1010001 110110 100 1000100 11011

Color Harmonies of #751D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D16

Black with #751D16

Text Example


Text Example

White with #751D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,22); }

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

background-color css

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

 a { background-color: rgb(117,29,22); }

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

border-color css

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

 span { border-color: rgb(117,29,22); }

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