Html Css Color HEX #751D01 Falu Red

📋 copy color: '#751D01'

red 117 ◦ green 29 ◦ blue 1

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

Shades of Falu Red #751D01

Tints of Falu Red #751D01

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.73%

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 79.59%
G = 19.73%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#751D01 (or 0x751D01) is known color: Falu Red. HEX triplet: 75, 1D and 01. RGB value is (117,29,1). Sum of RGB (Red+Green+Blue) = 117+29+1=147 (19% of max value = 765). Red value is 117 (46.09% from 255 or 79.59% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 117 - color contains mainly: red. Hex color #751D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751D01 is #8AE2FE. Grayscale: #343434. Windows color (decimal): -9102079 or 73077. OLE color: 73077.

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

Color convert

RGB 117 29 1 -
CMYK 0 0.75 0.99 0.54
HSL 14.48º 0.98% 0.23% -
HSV(B) 14.48º 0.99% 0.46% -
XYZ 7.78 4.66 0.52 -
YUV 52.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 117 29 1 0 0.75 0.99 0.54 14.48 0.98 0.23
Hex 75 1D 1 0 4B 63 36 E 62 17
Octal 165 35 1 0 113 143 66 16 142 27
Binary 1110101 11101 1 0 1001011 1100011 110110 1110 1100010 10111

Color Harmonies of #751D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D01

Black with #751D01

Text Example


Text Example

White with #751D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,29,1); }

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

background-color css

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

 a { background-color: rgb(117,29,1); }

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

border-color css

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

 span { border-color: rgb(117,29,1); }

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