Html Css Color HEX #721903 Falu Red

📋 copy color: '#721903'

red 114 ◦ green 25 ◦ blue 3

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

Shades of Falu Red #721903

Tints of Falu Red #721903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

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

R = 80.28%
G = 17.61%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#721903 (or 0x721903) is known color: Falu Red. HEX triplet: 72, 19 and 03. RGB value is (114,25,3). Sum of RGB (Red+Green+Blue) = 114+25+3=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #721903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721903 is #8DE6FC. Grayscale: #313131. Windows color (decimal): -9299709 or 203122. OLE color: 203122.

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

Color convert

RGB 114 25 3 -
CMYK 0 0.78 0.97 0.55
HSL 11.89º 0.95% 0.23% -
HSV(B) 11.89º 0.97% 0.45% -
XYZ 7.3 4.28 0.53 -
YUV 49.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 114 25 3 0 0.78 0.97 0.55 11.89 0.95 0.23
Hex 72 19 3 0 4E 61 37 C 5F 17
Octal 162 31 3 0 116 141 67 14 137 27
Binary 1110010 11001 11 0 1001110 1100001 110111 1100 1011111 10111

Color Harmonies of #721903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721903

Black with #721903

Text Example


Text Example

White with #721903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721903; }

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

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

background-color css

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

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

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

border-color css

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

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

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