Html Css Color HEX #721812 Falu Red

📋 copy color: '#721812'

red 114 ◦ green 24 ◦ blue 18

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

Shades of Falu Red #721812

Tints of Falu Red #721812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 73.08%
G = 15.38%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#721812 (or 0x721812) is known color: Falu Red. HEX triplet: 72, 18 and 12. RGB value is (114,24,18). Sum of RGB (Red+Green+Blue) = 114+24+18=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #721812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721812 is #8DE7ED. Grayscale: #323232. Windows color (decimal): -9299950 or 1185906. OLE color: 1185906.

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

Color convert

RGB 114 24 18 -
CMYK 0 0.79 0.84 0.55
HSL 3.75º 0.73% 0.26% -
HSV(B) 3.75º 0.84% 0.45% -
XYZ 7.38 4.27 1.01 -
YUV 50.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 114 24 18 0 0.79 0.84 0.55 3.75 0.73 0.26
Hex 72 18 12 0 4F 54 37 4 49 1A
Octal 162 30 22 0 117 124 67 4 111 32
Binary 1110010 11000 10010 0 1001111 1010100 110111 100 1001001 11010

Color Harmonies of #721812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721812

Black with #721812

Text Example


Text Example

White with #721812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721812; }

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

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

background-color css

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

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

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

border-color css

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

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

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