Html Css Color HEX #751A00 Falu Red

📋 copy color: '#751A00'

red 117 ◦ green 26 ◦ blue 0

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

Shades of Falu Red #751A00

Tints of Falu Red #751A00

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.18%

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

R = 81.82%
G = 18.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751A00 (or 0x751A00) is known color: Falu Red. HEX triplet: 75, 1A and 00. RGB value is (117,26,0). Sum of RGB (Red+Green+Blue) = 117+26+0=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #751A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A00 is #8AE5FF. Grayscale: #323232. Windows color (decimal): -9102848 or 6773. OLE color: 6773.

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

Color convert

RGB 117 26 0 -
CMYK 0 0.78 1 0.54
HSL 13.33º 1% 0.23% -
HSV(B) 13.33º 1% 0.46% -
XYZ 7.71 4.52 0.47 -
YUV 50.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 117 26 0 0 0.78 1 0.54 13.33 1 0.23
Hex 75 1A 0 0 4E 64 36 D 64 17
Octal 165 32 0 0 116 144 66 15 144 27
Binary 1110101 11010 0 0 1001110 1100100 110110 1101 1100100 10111

Color Harmonies of #751A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A00

Black with #751A00

Text Example


Text Example

White with #751A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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