Html Css Color HEX #751C00 Falu Red

📋 copy color: '#751C00'

red 117 ◦ green 28 ◦ blue 0

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

Shades of Falu Red #751C00

Tints of Falu Red #751C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

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

R = 80.69%
G = 19.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751C00 (or 0x751C00) is known color: Falu Red. HEX triplet: 75, 1C and 00. RGB value is (117,28,0). Sum of RGB (Red+Green+Blue) = 117+28+0=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751C00 is #8AE3FF. Grayscale: #333333. Windows color (decimal): -9102336 or 7285. OLE color: 7285.

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

Color convert

RGB 117 28 0 -
CMYK 0 0.76 1 0.54
HSL 14.36º 1% 0.23% -
HSV(B) 14.36º 1% 0.46% -
XYZ 7.75 4.61 0.48 -
YUV 51.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 117 28 0 0 0.76 1 0.54 14.36 1 0.23
Hex 75 1C 0 0 4C 64 36 E 64 17
Octal 165 34 0 0 114 144 66 16 144 27
Binary 1110101 11100 0 0 1001100 1100100 110110 1110 1100100 10111

Color Harmonies of #751C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751C00

Black with #751C00

Text Example


Text Example

White with #751C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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