Html Css Color HEX #751B16 Falu Red

📋 copy color: '#751B16'

red 117 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #751B16

Tints of Falu Red #751B16

RGB

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

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

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

R = 70.48%
G = 16.27%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#751B16 (or 0x751B16) is known color: Falu Red. HEX triplet: 75, 1B and 16. RGB value is (117,27,22). Sum of RGB (Red+Green+Blue) = 117+27+22=166 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.48% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 117 - color contains mainly: red. Hex color #751B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B16 is #8AE4E9. Grayscale: #353535. Windows color (decimal): -9102570 or 1448821. OLE color: 1448821.

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

Color convert

RGB 117 27 22 -
CMYK 0 0.77 0.81 0.54
HSL 3.16º 0.68% 0.27% -
HSV(B) 3.16º 0.81% 0.46% -
XYZ 7.87 4.62 1.24 -
YUV 53.34 110.32 173.41 -
System Red Green Blue C M Y K H S L
Decimal 117 27 22 0 0.77 0.81 0.54 3.16 0.68 0.27
Hex 75 1B 16 0 4D 51 36 3 44 1B
Octal 165 33 26 0 115 121 66 3 104 33
Binary 1110101 11011 10110 0 1001101 1010001 110110 11 1000100 11011

Color Harmonies of #751B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B16

Black with #751B16

Text Example


Text Example

White with #751B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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