Html Css Color HEX #722413 Falu Red

📋 copy color: '#722413'

red 114 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #722413

Tints of Falu Red #722413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.3%

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

R = 67.46%
G = 21.3%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#722413 (or 0x722413) is known color: Falu Red. HEX triplet: 72, 24 and 13. RGB value is (114,36,19). Sum of RGB (Red+Green+Blue) = 114+36+19=169 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.46% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 114 - color contains mainly: red. Hex color #722413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722413 is #8DDBEC. Grayscale: #393939. Windows color (decimal): -9296877 or 1254514. OLE color: 1254514.

HSL color Cylindrical-coordinate representation of color #722413: hue angle of 10.74º 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 #722413 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 36 19 -
CMYK 0 0.68 0.83 0.55
HSL 10.74º 0.71% 0.26% -
HSV(B) 10.74º 0.83% 0.45% -
XYZ 7.69 4.89 1.15 -
YUV 57.38 106.34 168.38 -
System Red Green Blue C M Y K H S L
Decimal 114 36 19 0 0.68 0.83 0.55 10.74 0.71 0.26
Hex 72 24 13 0 44 53 37 B 47 1A
Octal 162 44 23 0 104 123 67 13 107 32
Binary 1110010 100100 10011 0 1000100 1010011 110111 1011 1000111 11010

Color Harmonies of #722413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722413

Black with #722413

Text Example


Text Example

White with #722413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722413; }

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

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

background-color css

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

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

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

border-color css

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

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

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