Html Css Color HEX #751E00 Falu Red

📋 copy color: '#751E00'

red 117 ◦ green 30 ◦ blue 0

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

Shades of Falu Red #751E00

Tints of Falu Red #751E00

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.59%
G = 20.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751E00 (or 0x751E00) is known color: Falu Red. HEX triplet: 75, 1E and 00. RGB value is (117,30,0). Sum of RGB (Red+Green+Blue) = 117+30+0=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #751E00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751E00 is #8AE1FF. Grayscale: #343434. Windows color (decimal): -9101824 or 7797. OLE color: 7797.

HSL color Cylindrical-coordinate representation of color #751E00: hue angle of 15.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #751E00 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 30 0 -
CMYK 0 0.74 1 0.54
HSL 15.38º 1% 0.23% -
HSV(B) 15.38º 1% 0.46% -
XYZ 7.8 4.71 0.5 -
YUV 52.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 117 30 0 0 0.74 1 0.54 15.38 1 0.23
Hex 75 1E 0 0 4A 64 36 F 64 17
Octal 165 36 0 0 112 144 66 17 144 27
Binary 1110101 11110 0 0 1001010 1100100 110110 1111 1100100 10111

Color Harmonies of #751E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E00

Black with #751E00

Text Example


Text Example

White with #751E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,0); }

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

background-color css

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

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

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

border-color css

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

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

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