Html Css Color HEX #721717 Falu Red

📋 copy color: '#721717'

red 114 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #721717

Tints of Falu Red #721717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 71.25%
G = 14.38%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#721717 (or 0x721717) is known color: Falu Red. HEX triplet: 72, 17 and 17. RGB value is (114,23,23). Sum of RGB (Red+Green+Blue) = 114+23+23=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #721717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721717 is #8DE8E8. Grayscale: #323232. Windows color (decimal): -9300201 or 1513330. OLE color: 1513330.

HSL color Cylindrical-coordinate representation of color #721717: hue angle of 0º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721717 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 23 -
CMYK 0 0.80 0.80 0.55
HSL 0.66% 0.27% -
HSV(B) 0.8% 0.45% -
XYZ 7.4 4.25 1.24 -
YUV 50.21 112.65 173.5 -
System Red Green Blue C M Y K H S L
Decimal 114 23 23 0 0.80 0.80 0.55 0 0.66 0.27
Hex 72 17 17 0 50 50 37 0 42 1B
Octal 162 27 27 0 120 120 67 0 102 33
Binary 1110010 10111 10111 0 1010000 1010000 110111 0 1000010 11011

Color Harmonies of #721717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721717

Black with #721717

Text Example


Text Example

White with #721717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721717; }

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

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

background-color css

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

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

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

border-color css

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

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

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