Html Css Color HEX #751F00 Falu Red

📋 copy color: '#751F00'

red 117 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #751F00

Tints of Falu Red #751F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

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

R = 79.05%
G = 20.95%
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

#751F00 (or 0x751F00) is known color: Falu Red. HEX triplet: 75, 1F and 00. RGB value is (117,31,0). Sum of RGB (Red+Green+Blue) = 117+31+0=148 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.05% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 117 - color contains mainly: red. Hex color #751F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751F00 is #8AE0FF. Grayscale: #353535. Windows color (decimal): -9101568 or 8053. OLE color: 8053.

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

Color convert

RGB 117 31 0 -
CMYK 0 0.74 1 0.54
HSL 15.9º 1% 0.23% -
HSV(B) 15.9º 1% 0.46% -
XYZ 7.83 4.76 0.51 -
YUV 53.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 117 31 0 0 0.74 1 0.54 15.9 1 0.23
Hex 75 1F 0 0 4A 64 36 10 64 17
Octal 165 37 0 0 112 144 66 20 144 27
Binary 1110101 11111 0 0 1001010 1100100 110110 10000 1100100 10111

Color Harmonies of #751F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751F00

Black with #751F00

Text Example


Text Example

White with #751F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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