Html Css Color HEX #721E03 Falu Red

📋 copy color: '#721E03'

red 114 ◦ green 30 ◦ blue 3

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

Shades of Falu Red #721E03

Tints of Falu Red #721E03

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.41%

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

R = 77.55%
G = 20.41%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#721E03 (or 0x721E03) is known color: Falu Red. HEX triplet: 72, 1E and 03. RGB value is (114,30,3). Sum of RGB (Red+Green+Blue) = 114+30+3=147 (19% of max value = 765). Red value is 114 (44.92% from 255 or 77.55% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 114 - color contains mainly: red. Hex color #721E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E03 is #8DE1FC. Grayscale: #343434. Windows color (decimal): -9298429 or 204402. OLE color: 204402.

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

Color convert

RGB 114 30 3 -
CMYK 0 0.74 0.97 0.55
HSL 14.59º 0.95% 0.23% -
HSV(B) 14.59º 0.97% 0.45% -
XYZ 7.42 4.51 0.57 -
YUV 52.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 114 30 3 0 0.74 0.97 0.55 14.59 0.95 0.23
Hex 72 1E 3 0 4A 61 37 F 5F 17
Octal 162 36 3 0 112 141 67 17 137 27
Binary 1110010 11110 11 0 1001010 1100001 110111 1111 1011111 10111

Color Harmonies of #721E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E03

Black with #721E03

Text Example


Text Example

White with #721E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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