Html Css Color HEX #751B07 Falu Red

📋 copy color: '#751B07'

red 117 ◦ green 27 ◦ blue 7

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

Shades of Falu Red #751B07

Tints of Falu Red #751B07

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.88%

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

R = 77.48%
G = 17.88%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#751B07 (or 0x751B07) is known color: Falu Red. HEX triplet: 75, 1B and 07. RGB value is (117,27,7). Sum of RGB (Red+Green+Blue) = 117+27+7=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751B07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B07 is #8AE4F8. Grayscale: #333333. Windows color (decimal): -9102585 or 465781. OLE color: 465781.

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

Color convert

RGB 117 27 7 -
CMYK 0 0.77 0.94 0.54
HSL 10.91º 0.89% 0.24% -
HSV(B) 10.91º 0.94% 0.46% -
XYZ 7.77 4.58 0.68 -
YUV 51.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 117 27 7 0 0.77 0.94 0.54 10.91 0.89 0.24
Hex 75 1B 7 0 4D 5E 36 B 59 18
Octal 165 33 7 0 115 136 66 13 131 30
Binary 1110101 11011 111 0 1001101 1011110 110110 1011 1011001 11000

Color Harmonies of #751B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B07

Black with #751B07

Text Example


Text Example

White with #751B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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