Html Css Color HEX #721703 Falu Red

📋 copy color: '#721703'

red 114 ◦ green 23 ◦ blue 3

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

Shades of Falu Red #721703

Tints of Falu Red #721703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.43%

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

R = 81.43%
G = 16.43%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#721703 (or 0x721703) is known color: Falu Red. HEX triplet: 72, 17 and 03. RGB value is (114,23,3). Sum of RGB (Red+Green+Blue) = 114+23+3=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #721703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721703 is #8DE8FC. Grayscale: #303030. Windows color (decimal): -9300221 or 202610. OLE color: 202610.

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

Color convert

RGB 114 23 3 -
CMYK 0 0.80 0.97 0.55
HSL 10.81º 0.95% 0.23% -
HSV(B) 10.81º 0.97% 0.45% -
XYZ 7.26 4.2 0.51 -
YUV 47.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 114 23 3 0 0.80 0.97 0.55 10.81 0.95 0.23
Hex 72 17 3 0 50 61 37 B 5F 17
Octal 162 27 3 0 120 141 67 13 137 27
Binary 1110010 10111 11 0 1010000 1100001 110111 1011 1011111 10111

Color Harmonies of #721703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721703

Black with #721703

Text Example


Text Example

White with #721703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721703; }

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

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

background-color css

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

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

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

border-color css

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

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

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