Html Css Color HEX #722103 Falu Red

📋 copy color: '#722103'

red 114 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #722103

Tints of Falu Red #722103

RGB

 RED value IS 114 (44.92% from 255) = 76%

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

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

R = 76%
G = 22%
B = 2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#722103 (or 0x722103) is known color: Falu Red. HEX triplet: 72, 21 and 03. RGB value is (114,33,3). Sum of RGB (Red+Green+Blue) = 114+33+3=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #722103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722103 is #8DDEFC. Grayscale: #353535. Windows color (decimal): -9297661 or 205170. OLE color: 205170.

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

Color convert

RGB 114 33 3 -
CMYK 0 0.71 0.97 0.55
HSL 16.22º 0.95% 0.23% -
HSV(B) 16.22º 0.97% 0.45% -
XYZ 7.5 4.67 0.59 -
YUV 53.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 114 33 3 0 0.71 0.97 0.55 16.22 0.95 0.23
Hex 72 21 3 0 47 61 37 10 5F 17
Octal 162 41 3 0 107 141 67 20 137 27
Binary 1110010 100001 11 0 1000111 1100001 110111 10000 1011111 10111

Color Harmonies of #722103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722103

Black with #722103

Text Example


Text Example

White with #722103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722103; }

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

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

background-color css

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

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

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

border-color css

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

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

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