Html Css Color HEX #751A03 Falu Red

📋 copy color: '#751A03'

red 117 ◦ green 26 ◦ blue 3

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

Shades of Falu Red #751A03

Tints of Falu Red #751A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.05%

R = 80.14%
G = 17.81%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#751A03 (or 0x751A03) is known color: Falu Red. HEX triplet: 75, 1A and 03. RGB value is (117,26,3). Sum of RGB (Red+Green+Blue) = 117+26+3=146 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.14% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 117 - color contains mainly: red. Hex color #751A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751A03 is #8AE5FC. Grayscale: #323232. Windows color (decimal): -9102845 or 203381. OLE color: 203381.

HSL color Cylindrical-coordinate representation of color #751A03: hue angle of 12.11º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #751A03 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 3 -
CMYK 0 0.78 0.97 0.54
HSL 12.11º 0.95% 0.24% -
HSV(B) 12.11º 0.97% 0.46% -
XYZ 7.72 4.53 0.55 -
YUV 50.59 101.15 175.37 -
System Red Green Blue C M Y K H S L
Decimal 117 26 3 0 0.78 0.97 0.54 12.11 0.95 0.24
Hex 75 1A 3 0 4E 61 36 C 5F 18
Octal 165 32 3 0 116 141 66 14 137 30
Binary 1110101 11010 11 0 1001110 1100001 110110 1100 1011111 11000

Color Harmonies of #751A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A03

Black with #751A03

Text Example


Text Example

White with #751A03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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