Html Css Color HEX #751F16 Falu Red

📋 copy color: '#751F16'

red 117 ◦ green 31 ◦ blue 22

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

Shades of Falu Red #751F16

Tints of Falu Red #751F16

RGB

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

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

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

R = 68.82%
G = 18.24%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#751F16 (or 0x751F16) is known color: Falu Red. HEX triplet: 75, 1F and 16. RGB value is (117,31,22). Sum of RGB (Red+Green+Blue) = 117+31+22=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 31 (12.5% from 255 or 18.24% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #751F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F16 is #8AE0E9. Grayscale: #373737. Windows color (decimal): -9101546 or 1449845. OLE color: 1449845.

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

Color convert

RGB 117 31 22 -
CMYK 0 0.74 0.81 0.54
HSL 5.68º 0.68% 0.27% -
HSV(B) 5.68º 0.81% 0.46% -
XYZ 7.97 4.82 1.27 -
YUV 55.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 117 31 22 0 0.74 0.81 0.54 5.68 0.68 0.27
Hex 75 1F 16 0 4A 51 36 6 44 1B
Octal 165 37 26 0 112 121 66 6 104 33
Binary 1110101 11111 10110 0 1001010 1010001 110110 110 1000100 11011

Color Harmonies of #751F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F16

Black with #751F16

Text Example


Text Example

White with #751F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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