Html Css Color HEX #751C13 Falu Red

📋 copy color: '#751C13'

red 117 ◦ green 28 ◦ blue 19

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

Shades of Falu Red #751C13

Tints of Falu Red #751C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.07%

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

R = 71.34%
G = 17.07%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751C13 (or 0x751C13) is known color: Falu Red. HEX triplet: 75, 1C and 13. RGB value is (117,28,19). Sum of RGB (Red+Green+Blue) = 117+28+19=164 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.34% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 117 - color contains mainly: red. Hex color #751C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C13 is #8AE3EC. Grayscale: #353535. Windows color (decimal): -9102317 or 1252469. OLE color: 1252469.

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

Color convert

RGB 117 28 19 -
CMYK 0 0.76 0.84 0.54
HSL 5.51º 0.72% 0.27% -
HSV(B) 5.51º 0.84% 0.46% -
XYZ 7.87 4.66 1.1 -
YUV 53.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 117 28 19 0 0.76 0.84 0.54 5.51 0.72 0.27
Hex 75 1C 13 0 4C 54 36 6 48 1B
Octal 165 34 23 0 114 124 66 6 110 33
Binary 1110101 11100 10011 0 1001100 1010100 110110 110 1001000 11011

Color Harmonies of #751C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C13

Black with #751C13

Text Example


Text Example

White with #751C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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