Html Css Color HEX #722013 Falu Red

📋 copy color: '#722013'

red 114 ◦ green 32 ◦ blue 19

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

Shades of Falu Red #722013

Tints of Falu Red #722013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 69.09%
G = 19.39%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#722013 (or 0x722013) is known color: Falu Red. HEX triplet: 72, 20 and 13. RGB value is (114,32,19). Sum of RGB (Red+Green+Blue) = 114+32+19=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #722013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722013 is #8DDFEC. Grayscale: #373737. Windows color (decimal): -9297901 or 1253490. OLE color: 1253490.

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

Color convert

RGB 114 32 19 -
CMYK 0 0.72 0.83 0.55
HSL 8.21º 0.71% 0.26% -
HSV(B) 8.21º 0.83% 0.45% -
XYZ 7.57 4.66 1.12 -
YUV 55.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 114 32 19 0 0.72 0.83 0.55 8.21 0.71 0.26
Hex 72 20 13 0 48 53 37 8 47 1A
Octal 162 40 23 0 110 123 67 10 107 32
Binary 1110010 100000 10011 0 1001000 1010011 110111 1000 1000111 11010

Color Harmonies of #722013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722013

Black with #722013

Text Example


Text Example

White with #722013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722013; }

 p { color: rgb(114,32,19); }

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

background-color css

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

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

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

border-color css

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

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

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