Html Css Color HEX #721504 Falu Red

📋 copy color: '#721504'

red 114 ◦ green 21 ◦ blue 4

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

Shades of Falu Red #721504

Tints of Falu Red #721504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 4 (1.95% from 255) = 2.88%

R = 82.01%
G = 15.11%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721504 (or 0x721504) is known color: Falu Red. HEX triplet: 72, 15 and 04. RGB value is (114,21,4). Sum of RGB (Red+Green+Blue) = 114+21+4=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #721504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721504 is #8DEAFB. Grayscale: #2F2F2F. Windows color (decimal): -9300732 or 267634. OLE color: 267634.

HSL color Cylindrical-coordinate representation of color #721504: hue angle of 9.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #721504 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 21 4 -
CMYK 0 0.82 0.96 0.55
HSL 9.27º 0.93% 0.23% -
HSV(B) 9.27º 0.96% 0.45% -
XYZ 7.23 4.12 0.53 -
YUV 46.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 114 21 4 0 0.82 0.96 0.55 9.27 0.93 0.23
Hex 72 15 4 0 52 60 37 9 5D 17
Octal 162 25 4 0 122 140 67 11 135 27
Binary 1110010 10101 100 0 1010010 1100000 110111 1001 1011101 10111

Color Harmonies of #721504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721504

Black with #721504

Text Example


Text Example

White with #721504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721504; }

 p { color: rgb(114,21,4); }

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

background-color css

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

 a { background-color: rgb(114,21,4); }

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

border-color css

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

 span { border-color: rgb(114,21,4); }

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