Html Css Color HEX #721704 Falu Red

📋 copy color: '#721704'

red 114 ◦ green 23 ◦ blue 4

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

Shades of Falu Red #721704

Tints of Falu Red #721704

RGB

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

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

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

R = 80.85%
G = 16.31%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#721704 (or 0x721704) is known color: Falu Red. HEX triplet: 72, 17 and 04. RGB value is (114,23,4). Sum of RGB (Red+Green+Blue) = 114+23+4=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #721704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721704 is #8DE8FB. Grayscale: #303030. Windows color (decimal): -9300220 or 268146. OLE color: 268146.

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

Color convert

RGB 114 23 4 -
CMYK 0 0.80 0.96 0.55
HSL 10.36º 0.93% 0.23% -
HSV(B) 10.36º 0.96% 0.45% -
XYZ 7.27 4.2 0.54 -
YUV 48.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 114 23 4 0 0.80 0.96 0.55 10.36 0.93 0.23
Hex 72 17 4 0 50 60 37 A 5D 17
Octal 162 27 4 0 120 140 67 12 135 27
Binary 1110010 10111 100 0 1010000 1100000 110111 1010 1011101 10111

Color Harmonies of #721704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721704

Black with #721704

Text Example


Text Example

White with #721704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721704; }

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

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

background-color css

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

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

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

border-color css

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

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

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