Html Css Color HEX #741B03 Falu Red

📋 copy color: '#741B03'

red 116 ◦ green 27 ◦ blue 3

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

Shades of Falu Red #741B03

Tints of Falu Red #741B03

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.49%

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

R = 79.45%
G = 18.49%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#741B03 (or 0x741B03) is known color: Falu Red. HEX triplet: 74, 1B and 03. RGB value is (116,27,3). Sum of RGB (Red+Green+Blue) = 116+27+3=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #741B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741B03 is #8BE4FC. Grayscale: #333333. Windows color (decimal): -9168125 or 203636. OLE color: 203636.

HSL color Cylindrical-coordinate representation of color #741B03: hue angle of 12.74º 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 #741B03 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 27 3 -
CMYK 0 0.77 0.97 0.55
HSL 12.74º 0.95% 0.23% -
HSV(B) 12.74º 0.97% 0.45% -
XYZ 7.61 4.5 0.55 -
YUV 50.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 116 27 3 0 0.77 0.97 0.55 12.74 0.95 0.23
Hex 74 1B 3 0 4D 61 37 D 5F 17
Octal 164 33 3 0 115 141 67 15 137 27
Binary 1110100 11011 11 0 1001101 1100001 110111 1101 1011111 10111

Color Harmonies of #741B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B03

Black with #741B03

Text Example


Text Example

White with #741B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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