Html Css Color HEX #721312 Falu Red

📋 copy color: '#721312'

red 114 ◦ green 19 ◦ blue 18

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

Shades of Falu Red #721312

Tints of Falu Red #721312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

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

R = 75.5%
G = 12.58%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#721312 (or 0x721312) is known color: Falu Red. HEX triplet: 72, 13 and 12. RGB value is (114,19,18). Sum of RGB (Red+Green+Blue) = 114+19+18=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #721312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721312 is #8DECED. Grayscale: #2F2F2F. Windows color (decimal): -9301230 or 1184626. OLE color: 1184626.

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

Color convert

RGB 114 19 18 -
CMYK 0 0.83 0.84 0.55
HSL 0.63º 0.73% 0.26% -
HSV(B) 0.63º 0.84% 0.45% -
XYZ 7.28 4.09 0.98 -
YUV 47.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 114 19 18 0 0.83 0.84 0.55 0.63 0.73 0.26
Hex 72 13 12 0 53 54 37 1 49 1A
Octal 162 23 22 0 123 124 67 1 111 32
Binary 1110010 10011 10010 0 1010011 1010100 110111 1 1001001 11010

Color Harmonies of #721312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721312

Black with #721312

Text Example


Text Example

White with #721312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721312; }

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

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

background-color css

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

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

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

border-color css

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

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

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