Html Css Color HEX #721E12 Falu Red

📋 copy color: '#721E12'

red 114 ◦ green 30 ◦ blue 18

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

Shades of Falu Red #721E12

Tints of Falu Red #721E12

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 70.37%
G = 18.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#721E12 (or 0x721E12) is known color: Falu Red. HEX triplet: 72, 1E and 12. RGB value is (114,30,18). Sum of RGB (Red+Green+Blue) = 114+30+18=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #721E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721E12 is #8DE1ED. Grayscale: #353535. Windows color (decimal): -9298414 or 1187442. OLE color: 1187442.

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

Color convert

RGB 114 30 18 -
CMYK 0 0.74 0.84 0.55
HSL 7.5º 0.73% 0.26% -
HSV(B) 7.5º 0.84% 0.45% -
XYZ 7.51 4.55 1.05 -
YUV 53.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 114 30 18 0 0.74 0.84 0.55 7.5 0.73 0.26
Hex 72 1E 12 0 4A 54 37 8 49 1A
Octal 162 36 22 0 112 124 67 10 111 32
Binary 1110010 11110 10010 0 1001010 1010100 110111 1000 1001001 11010

Color Harmonies of #721E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E12

Black with #721E12

Text Example


Text Example

White with #721E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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