Html Css Color HEX #721715 Falu Red

📋 copy color: '#721715'

red 114 ◦ green 23 ◦ blue 21

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

Shades of Falu Red #721715

Tints of Falu Red #721715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 72.15%
G = 14.56%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#721715 (or 0x721715) is known color: Falu Red. HEX triplet: 72, 17 and 15. RGB value is (114,23,21). Sum of RGB (Red+Green+Blue) = 114+23+21=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #721715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721715 is #8DE8EA. Grayscale: #323232. Windows color (decimal): -9300203 or 1382258. OLE color: 1382258.

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

Color convert

RGB 114 23 21 -
CMYK 0 0.80 0.82 0.55
HSL 1.29º 0.69% 0.26% -
HSV(B) 1.29º 0.82% 0.45% -
XYZ 7.38 4.24 1.14 -
YUV 49.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 114 23 21 0 0.80 0.82 0.55 1.29 0.69 0.26
Hex 72 17 15 0 50 52 37 1 45 1A
Octal 162 27 25 0 120 122 67 1 105 32
Binary 1110010 10111 10101 0 1010000 1010010 110111 1 1000101 11010

Color Harmonies of #721715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721715

Black with #721715

Text Example


Text Example

White with #721715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721715; }

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

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

background-color css

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

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

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

border-color css

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

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

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