Html Css Color HEX #722412 Falu Red

📋 copy color: '#722412'

red 114 ◦ green 36 ◦ blue 18

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

Shades of Falu Red #722412

Tints of Falu Red #722412

RGB

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

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

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

R = 67.86%
G = 21.43%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#722412 (or 0x722412) is known color: Falu Red. HEX triplet: 72, 24 and 12. RGB value is (114,36,18). Sum of RGB (Red+Green+Blue) = 114+36+18=168 (22% of max value = 765). Red value is 114 (44.92% from 255 or 67.86% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 18 (7.42% from 255 or 10.71% from 168); Max value from RGB is 114 - color contains mainly: red. Hex color #722412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722412 is #8DDBED. Grayscale: #393939. Windows color (decimal): -9296878 or 1188978. OLE color: 1188978.

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

Color convert

RGB 114 36 18 -
CMYK 0 0.68 0.84 0.55
HSL 11.25º 0.73% 0.26% -
HSV(B) 11.25º 0.84% 0.45% -
XYZ 7.68 4.88 1.11 -
YUV 57.27 105.84 168.46 -
System Red Green Blue C M Y K H S L
Decimal 114 36 18 0 0.68 0.84 0.55 11.25 0.73 0.26
Hex 72 24 12 0 44 54 37 B 49 1A
Octal 162 44 22 0 104 124 67 13 111 32
Binary 1110010 100100 10010 0 1000100 1010100 110111 1011 1001001 11010

Color Harmonies of #722412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722412

Black with #722412

Text Example


Text Example

White with #722412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722412; }

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

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

background-color css

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

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

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

border-color css

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

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

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