Html Css Color HEX #72120B Falu Red

📋 copy color: '#72120B'

red 114 ◦ green 18 ◦ blue 11

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

Shades of Falu Red #72120B

Tints of Falu Red #72120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

 BLUE value IS 11 (4.69% from 255) = 7.69%

R = 79.72%
G = 12.59%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72120B (or 0x72120B) is known color: Falu Red. HEX triplet: 72, 12 and 0B. RGB value is (114,18,11). Sum of RGB (Red+Green+Blue) = 114+18+11=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #72120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72120B is #8DEDF4. Grayscale: #2E2E2E. Windows color (decimal): -9301493 or 725618. OLE color: 725618.

HSL color Cylindrical-coordinate representation of color #72120B: hue angle of 4.08º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72120B is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 11 -
CMYK 0 0.84 0.90 0.55
HSL 4.08º 0.82% 0.25% -
HSV(B) 4.08º 0.9% 0.45% -
XYZ 7.22 4.03 0.71 -
YUV 45.91 108.3 176.57 -
System Red Green Blue C M Y K H S L
Decimal 114 18 11 0 0.84 0.90 0.55 4.08 0.82 0.25
Hex 72 12 B 0 54 5A 37 4 52 19
Octal 162 22 13 0 124 132 67 4 122 31
Binary 1110010 10010 1011 0 1010100 1011010 110111 100 1010010 11001

Color Harmonies of #72120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72120B

Black with #72120B

Text Example


Text Example

White with #72120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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