Html Css Color HEX #751B14 Falu Red

📋 copy color: '#751B14'

red 117 ◦ green 27 ◦ blue 20

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

Shades of Falu Red #751B14

Tints of Falu Red #751B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 71.34%
G = 16.46%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751B14 (or 0x751B14) is known color: Falu Red. HEX triplet: 75, 1B and 14. RGB value is (117,27,20). Sum of RGB (Red+Green+Blue) = 117+27+20=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B14 is #8AE4EB. Grayscale: #353535. Windows color (decimal): -9102572 or 1317749. OLE color: 1317749.

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

Color convert

RGB 117 27 20 -
CMYK 0 0.77 0.83 0.54
HSL 4.33º 0.71% 0.27% -
HSV(B) 4.33º 0.83% 0.46% -
XYZ 7.85 4.62 1.14 -
YUV 53.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 117 27 20 0 0.77 0.83 0.54 4.33 0.71 0.27
Hex 75 1B 14 0 4D 53 36 4 47 1B
Octal 165 33 24 0 115 123 66 4 107 33
Binary 1110101 11011 10100 0 1001101 1010011 110110 100 1000111 11011

Color Harmonies of #751B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B14

Black with #751B14

Text Example


Text Example

White with #751B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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