Html Css Color HEX #742103 Falu Red

📋 copy color: '#742103'

red 116 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #742103

Tints of Falu Red #742103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.71%

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

R = 76.32%
G = 21.71%
B = 1.97%

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

#742103 (or 0x742103) is known color: Falu Red. HEX triplet: 74, 21 and 03. RGB value is (116,33,3). Sum of RGB (Red+Green+Blue) = 116+33+3=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #742103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742103 is #8BDEFC. Grayscale: #363636. Windows color (decimal): -9166589 or 205172. OLE color: 205172.

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

Color convert

RGB 116 33 3 -
CMYK 0 0.72 0.97 0.55
HSL 15.93º 0.95% 0.23% -
HSV(B) 15.93º 0.97% 0.45% -
XYZ 7.76 4.81 0.6 -
YUV 54.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 116 33 3 0 0.72 0.97 0.55 15.93 0.95 0.23
Hex 74 21 3 0 48 61 37 10 5F 17
Octal 164 41 3 0 110 141 67 20 137 27
Binary 1110100 100001 11 0 1001000 1100001 110111 10000 1011111 10111

Color Harmonies of #742103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742103

Black with #742103

Text Example


Text Example

White with #742103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742103; }

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

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

background-color css

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

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

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

border-color css

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

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

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