Html Css Color HEX #751313 Falu Red

📋 copy color: '#751313'

red 117 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #751313

Tints of Falu Red #751313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.26%

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

R = 75.48%
G = 12.26%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#751313 (or 0x751313) is known color: Falu Red. HEX triplet: 75, 13 and 13. RGB value is (117,19,19). Sum of RGB (Red+Green+Blue) = 117+19+19=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #751313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751313 is #8AECEC. Grayscale: #303030. Windows color (decimal): -9104621 or 1250165. OLE color: 1250165.

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

Color convert

RGB 117 19 19 -
CMYK 0 0.84 0.84 0.54
HSL 0.72% 0.27% -
HSV(B) 0.84% 0.46% -
XYZ 7.69 4.29 1.04 -
YUV 48.3 111.47 177 -
System Red Green Blue C M Y K H S L
Decimal 117 19 19 0 0.84 0.84 0.54 0 0.72 0.27
Hex 75 13 13 0 54 54 36 0 48 1B
Octal 165 23 23 0 124 124 66 0 110 33
Binary 1110101 10011 10011 0 1010100 1010100 110110 0 1001000 11011

Color Harmonies of #751313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751313

Black with #751313

Text Example


Text Example

White with #751313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751313; }

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

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

background-color css

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

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

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

border-color css

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

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

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