Html Css Color HEX #751A01 Falu Red

📋 copy color: '#751A01'

red 117 ◦ green 26 ◦ blue 1

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

Shades of Falu Red #751A01

Tints of Falu Red #751A01

RGB

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

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

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

R = 81.25%
G = 18.06%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#751A01 (or 0x751A01) is known color: Falu Red. HEX triplet: 75, 1A and 01. RGB value is (117,26,1). Sum of RGB (Red+Green+Blue) = 117+26+1=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A01 is #8AE5FE. Grayscale: #323232. Windows color (decimal): -9102847 or 72309. OLE color: 72309.

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

Color convert

RGB 117 26 1 -
CMYK 0 0.78 0.99 0.54
HSL 12.93º 0.98% 0.23% -
HSV(B) 12.93º 0.99% 0.46% -
XYZ 7.71 4.52 0.5 -
YUV 50.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 117 26 1 0 0.78 0.99 0.54 12.93 0.98 0.23
Hex 75 1A 1 0 4E 63 36 D 62 17
Octal 165 32 1 0 116 143 66 15 142 27
Binary 1110101 11010 1 0 1001110 1100011 110110 1101 1100010 10111

Color Harmonies of #751A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A01

Black with #751A01

Text Example


Text Example

White with #751A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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