Html Css Color HEX #742003 Falu Red

📋 copy color: '#742003'

red 116 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #742003

Tints of Falu Red #742003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.19%

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

R = 76.82%
G = 21.19%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#742003 (or 0x742003) is known color: Falu Red. HEX triplet: 74, 20 and 03. RGB value is (116,32,3). Sum of RGB (Red+Green+Blue) = 116+32+3=151 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.82% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 116 - color contains mainly: red. Hex color #742003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742003 is #8BDFFC. Grayscale: #363636. Windows color (decimal): -9166845 or 204916. OLE color: 204916.

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

Color convert

RGB 116 32 3 -
CMYK 0 0.72 0.97 0.55
HSL 15.4º 0.95% 0.23% -
HSV(B) 15.4º 0.97% 0.45% -
XYZ 7.74 4.75 0.6 -
YUV 53.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 116 32 3 0 0.72 0.97 0.55 15.4 0.95 0.23
Hex 74 20 3 0 48 61 37 F 5F 17
Octal 164 40 3 0 110 141 67 17 137 27
Binary 1110100 100000 11 0 1001000 1100001 110111 1111 1011111 10111

Color Harmonies of #742003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742003

Black with #742003

Text Example


Text Example

White with #742003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742003; }

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

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

background-color css

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

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

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

border-color css

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

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

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