Html Css Color HEX #721B17 Falu Red

📋 copy color: '#721B17'

red 114 ◦ green 27 ◦ blue 23

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

Shades of Falu Red #721B17

Tints of Falu Red #721B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.46%

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

R = 69.51%
G = 16.46%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#721B17 (or 0x721B17) is known color: Falu Red. HEX triplet: 72, 1B and 17. RGB value is (114,27,23). Sum of RGB (Red+Green+Blue) = 114+27+23=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #721B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B17 is #8DE4E8. Grayscale: #343434. Windows color (decimal): -9299177 or 1514354. OLE color: 1514354.

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

Color convert

RGB 114 27 23 -
CMYK 0 0.76 0.80 0.55
HSL 2.64º 0.66% 0.27% -
HSV(B) 2.64º 0.8% 0.45% -
XYZ 7.49 4.42 1.27 -
YUV 52.56 111.32 171.83 -
System Red Green Blue C M Y K H S L
Decimal 114 27 23 0 0.76 0.80 0.55 2.64 0.66 0.27
Hex 72 1B 17 0 4C 50 37 3 42 1B
Octal 162 33 27 0 114 120 67 3 102 33
Binary 1110010 11011 10111 0 1001100 1010000 110111 11 1000010 11011

Color Harmonies of #721B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B17

Black with #721B17

Text Example


Text Example

White with #721B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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