Html Css Color HEX #722012 Falu Red

📋 copy color: '#722012'

red 114 ◦ green 32 ◦ blue 18

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

Shades of Falu Red #722012

Tints of Falu Red #722012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.98%

R = 69.51%
G = 19.51%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#722012 (or 0x722012) is known color: Falu Red. HEX triplet: 72, 20 and 12. RGB value is (114,32,18). Sum of RGB (Red+Green+Blue) = 114+32+18=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #722012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722012 is #8DDFED. Grayscale: #373737. Windows color (decimal): -9297902 or 1187954. OLE color: 1187954.

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

Color convert

RGB 114 32 18 -
CMYK 0 0.72 0.84 0.55
HSL 8.75º 0.73% 0.26% -
HSV(B) 8.75º 0.84% 0.45% -
XYZ 7.57 4.65 1.07 -
YUV 54.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 114 32 18 0 0.72 0.84 0.55 8.75 0.73 0.26
Hex 72 20 12 0 48 54 37 9 49 1A
Octal 162 40 22 0 110 124 67 11 111 32
Binary 1110010 100000 10010 0 1001000 1010100 110111 1001 1001001 11010

Color Harmonies of #722012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722012

Black with #722012

Text Example


Text Example

White with #722012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722012; }

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

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

background-color css

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

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

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

border-color css

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

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

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