Html Css Color HEX #751310 Falu Red

📋 copy color: '#751310'

red 117 ◦ green 19 ◦ blue 16

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

Shades of Falu Red #751310

Tints of Falu Red #751310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.53%

R = 76.97%
G = 12.5%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#751310 (or 0x751310) is known color: Falu Red. HEX triplet: 75, 13 and 10. RGB value is (117,19,16). Sum of RGB (Red+Green+Blue) = 117+19+16=152 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.97% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 117 - color contains mainly: red. Hex color #751310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751310 is #8AECEF. Grayscale: #303030. Windows color (decimal): -9104624 or 1053557. OLE color: 1053557.

HSL color Cylindrical-coordinate representation of color #751310: hue angle of 1.78º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751310 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 19 16 -
CMYK 0 0.84 0.86 0.54
HSL 1.78º 0.76% 0.26% -
HSV(B) 1.78º 0.86% 0.46% -
XYZ 7.66 4.29 0.91 -
YUV 47.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 117 19 16 0 0.84 0.86 0.54 1.78 0.76 0.26
Hex 75 13 10 0 54 56 36 2 4C 1A
Octal 165 23 20 0 124 126 66 2 114 32
Binary 1110101 10011 10000 0 1010100 1010110 110110 10 1001100 11010

Color Harmonies of #751310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751310

Black with #751310

Text Example


Text Example

White with #751310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751310; }

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

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

background-color css

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

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

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

border-color css

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

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

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