Html Css Color HEX #751407 Falu Red

📋 copy color: '#751407'

red 117 ◦ green 20 ◦ blue 7

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

Shades of Falu Red #751407

Tints of Falu Red #751407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 81.25%
G = 13.89%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#751407 (or 0x751407) is known color: Falu Red. HEX triplet: 75, 14 and 07. RGB value is (117,20,7). Sum of RGB (Red+Green+Blue) = 117+20+7=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751407 is #8AEBF8. Grayscale: #2F2F2F. Windows color (decimal): -9104377 or 463989. OLE color: 463989.

HSL color Cylindrical-coordinate representation of color #751407: hue angle of 7.09º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #751407 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 7 -
CMYK 0 0.83 0.94 0.54
HSL 7.09º 0.89% 0.24% -
HSV(B) 7.09º 0.94% 0.46% -
XYZ 7.62 4.3 0.63 -
YUV 47.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 117 20 7 0 0.83 0.94 0.54 7.09 0.89 0.24
Hex 75 14 7 0 53 5E 36 7 59 18
Octal 165 24 7 0 123 136 66 7 131 30
Binary 1110101 10100 111 0 1010011 1011110 110110 111 1011001 11000

Color Harmonies of #751407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751407

Black with #751407

Text Example


Text Example

White with #751407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751407; }

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

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

background-color css

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

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

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

border-color css

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

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

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