Html Css Color HEX #751A14 Falu Red

📋 copy color: '#751A14'

red 117 ◦ green 26 ◦ blue 20

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

Shades of Falu Red #751A14

Tints of Falu Red #751A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.95%

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

R = 71.78%
G = 15.95%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751A14 (or 0x751A14) is known color: Falu Red. HEX triplet: 75, 1A and 14. RGB value is (117,26,20). Sum of RGB (Red+Green+Blue) = 117+26+20=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #751A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A14 is #8AE5EB. Grayscale: #343434. Windows color (decimal): -9102828 or 1317493. OLE color: 1317493.

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

Color convert

RGB 117 26 20 -
CMYK 0 0.78 0.83 0.54
HSL 3.71º 0.71% 0.27% -
HSV(B) 3.71º 0.83% 0.46% -
XYZ 7.83 4.57 1.13 -
YUV 52.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 117 26 20 0 0.78 0.83 0.54 3.71 0.71 0.27
Hex 75 1A 14 0 4E 53 36 4 47 1B
Octal 165 32 24 0 116 123 66 4 107 33
Binary 1110101 11010 10100 0 1001110 1010011 110110 100 1000111 11011

Color Harmonies of #751A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A14

Black with #751A14

Text Example


Text Example

White with #751A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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