Html Css Color HEX #741E03 Falu Red

📋 copy color: '#741E03'

red 116 ◦ green 30 ◦ blue 3

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

Shades of Falu Red #741E03

Tints of Falu Red #741E03

RGB

 RED value IS 116 (45.7% from 255) = 77.85%

 GREEN value IS 30 (12.11% from 255) = 20.13%

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

R = 77.85%
G = 20.13%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741E03 (or 0x741E03) is known color: Falu Red. HEX triplet: 74, 1E and 03. RGB value is (116,30,3). Sum of RGB (Red+Green+Blue) = 116+30+3=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #741E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E03 is #8BE1FC. Grayscale: #343434. Windows color (decimal): -9167357 or 204404. OLE color: 204404.

HSL color Cylindrical-coordinate representation of color #741E03: hue angle of 14.34º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #741E03 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 3 -
CMYK 0 0.74 0.97 0.55
HSL 14.34º 0.95% 0.23% -
HSV(B) 14.34º 0.97% 0.45% -
XYZ 7.68 4.65 0.58 -
YUV 52.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 116 30 3 0 0.74 0.97 0.55 14.34 0.95 0.23
Hex 74 1E 3 0 4A 61 37 E 5F 17
Octal 164 36 3 0 112 141 67 16 137 27
Binary 1110100 11110 11 0 1001010 1100001 110111 1110 1011111 10111

Color Harmonies of #741E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E03

Black with #741E03

Text Example


Text Example

White with #741E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E03; }

 p { color: rgb(116,30,3); }

 H1.HeaderClassName
 {
   color: #741E03;
 }
 .AnyTagClassName
 {
   color: #741E03;
 }
</style>

background-color css

<style>
 a { background-color: #741E03; }

 a { background-color: rgb(116,30,3); }

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

border-color css

<style>
 span { border-color: #741E03; }

 span { border-color: rgb(116,30,3); }

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