Html Css Color HEX #721E15 Falu Red

📋 copy color: '#721E15'

red 114 ◦ green 30 ◦ blue 21

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

Shades of Falu Red #721E15

Tints of Falu Red #721E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

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

R = 69.09%
G = 18.18%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#721E15 (or 0x721E15) is known color: Falu Red. HEX triplet: 72, 1E and 15. RGB value is (114,30,21). Sum of RGB (Red+Green+Blue) = 114+30+21=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 21 (8.59% from 255 or 12.73% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #721E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E15 is #8DE1EA. Grayscale: #363636. Windows color (decimal): -9298411 or 1384050. OLE color: 1384050.

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

Color convert

RGB 114 30 21 -
CMYK 0 0.74 0.82 0.55
HSL 5.81º 0.69% 0.26% -
HSV(B) 5.81º 0.82% 0.45% -
XYZ 7.54 4.56 1.19 -
YUV 54.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 114 30 21 0 0.74 0.82 0.55 5.81 0.69 0.26
Hex 72 1E 15 0 4A 52 37 6 45 1A
Octal 162 36 25 0 112 122 67 6 105 32
Binary 1110010 11110 10101 0 1001010 1010010 110111 110 1000101 11010

Color Harmonies of #721E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E15

Black with #721E15

Text Example


Text Example

White with #721E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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