Html Css Color HEX #751413 Falu Red

📋 copy color: '#751413'

red 117 ◦ green 20 ◦ blue 19

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

Shades of Falu Red #751413

Tints of Falu Red #751413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 75%
G = 12.82%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751413 (or 0x751413) is known color: Falu Red. HEX triplet: 75, 14 and 13. RGB value is (117,20,19). Sum of RGB (Red+Green+Blue) = 117+20+19=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #751413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751413 is #8AEBEC. Grayscale: #303030. Windows color (decimal): -9104365 or 1250421. OLE color: 1250421.

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

Color convert

RGB 117 20 19 -
CMYK 0 0.83 0.84 0.54
HSL 0.61º 0.72% 0.27% -
HSV(B) 0.61º 0.84% 0.46% -
XYZ 7.7 4.33 1.05 -
YUV 48.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 117 20 19 0 0.83 0.84 0.54 0.61 0.72 0.27
Hex 75 14 13 0 53 54 36 1 48 1B
Octal 165 24 23 0 123 124 66 1 110 33
Binary 1110101 10100 10011 0 1010011 1010100 110110 1 1001000 11011

Color Harmonies of #751413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751413

Black with #751413

Text Example


Text Example

White with #751413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751413; }

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

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

background-color css

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

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

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

border-color css

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

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

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