Html Css Color HEX #751514 Falu Red

📋 copy color: '#751514'

red 117 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #751514

Tints of Falu Red #751514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

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

R = 74.05%
G = 13.29%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#751514 (or 0x751514) is known color: Falu Red. HEX triplet: 75, 15 and 14. RGB value is (117,21,20). Sum of RGB (Red+Green+Blue) = 117+21+20=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #751514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751514 is #8AEAEB. Grayscale: #313131. Windows color (decimal): -9104108 or 1316213. OLE color: 1316213.

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

Color convert

RGB 117 21 20 -
CMYK 0 0.82 0.83 0.54
HSL 0.62º 0.71% 0.27% -
HSV(B) 0.62º 0.83% 0.46% -
XYZ 7.73 4.37 1.1 -
YUV 49.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 117 21 20 0 0.82 0.83 0.54 0.62 0.71 0.27
Hex 75 15 14 0 52 53 36 1 47 1B
Octal 165 25 24 0 122 123 66 1 107 33
Binary 1110101 10101 10100 0 1010010 1010011 110110 1 1000111 11011

Color Harmonies of #751514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751514

Black with #751514

Text Example


Text Example

White with #751514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751514; }

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

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

background-color css

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

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

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

border-color css

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

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

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