Html Css Color HEX #751807 Falu Red

📋 copy color: '#751807'

red 117 ◦ green 24 ◦ blue 7

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

Shades of Falu Red #751807

Tints of Falu Red #751807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 79.05%
G = 16.22%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#751807 (or 0x751807) is known color: Falu Red. HEX triplet: 75, 18 and 07. RGB value is (117,24,7). Sum of RGB (Red+Green+Blue) = 117+24+7=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751807 is #8AE7F8. Grayscale: #323232. Windows color (decimal): -9103353 or 465013. OLE color: 465013.

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

Color convert

RGB 117 24 7 -
CMYK 0 0.79 0.94 0.54
HSL 9.27º 0.89% 0.24% -
HSV(B) 9.27º 0.94% 0.46% -
XYZ 7.7 4.45 0.65 -
YUV 49.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 117 24 7 0 0.79 0.94 0.54 9.27 0.89 0.24
Hex 75 18 7 0 4F 5E 36 9 59 18
Octal 165 30 7 0 117 136 66 11 131 30
Binary 1110101 11000 111 0 1001111 1011110 110110 1001 1011001 11000

Color Harmonies of #751807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751807

Black with #751807

Text Example


Text Example

White with #751807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751807; }

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

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

background-color css

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

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

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

border-color css

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

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

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