Html Css Color HEX #751A13 Falu Red

📋 copy color: '#751A13'

red 117 ◦ green 26 ◦ blue 19

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

Shades of Falu Red #751A13

Tints of Falu Red #751A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 72.22%
G = 16.05%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751A13 (or 0x751A13) is known color: Falu Red. HEX triplet: 75, 1A and 13. RGB value is (117,26,19). Sum of RGB (Red+Green+Blue) = 117+26+19=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #751A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A13 is #8AE5EC. Grayscale: #343434. Windows color (decimal): -9102829 or 1251957. OLE color: 1251957.

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

Color convert

RGB 117 26 19 -
CMYK 0 0.78 0.84 0.54
HSL 4.29º 0.72% 0.27% -
HSV(B) 4.29º 0.84% 0.46% -
XYZ 7.82 4.57 1.09 -
YUV 52.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 117 26 19 0 0.78 0.84 0.54 4.29 0.72 0.27
Hex 75 1A 13 0 4E 54 36 4 48 1B
Octal 165 32 23 0 116 124 66 4 110 33
Binary 1110101 11010 10011 0 1001110 1010100 110110 100 1001000 11011

Color Harmonies of #751A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A13

Black with #751A13

Text Example


Text Example

White with #751A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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