Html Css Color HEX #72200E Falu Red

📋 copy color: '#72200E'

red 114 ◦ green 32 ◦ blue 14

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

Shades of Falu Red #72200E

Tints of Falu Red #72200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 14 (5.86% from 255) = 8.75%

R = 71.25%
G = 20%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72200E (or 0x72200E) is known color: Falu Red. HEX triplet: 72, 20 and 0E. RGB value is (114,32,14). Sum of RGB (Red+Green+Blue) = 114+32+14=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72200E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72200E is #8DDFF1. Grayscale: #363636. Windows color (decimal): -9297906 or 925810. OLE color: 925810.

HSL color Cylindrical-coordinate representation of color #72200E: hue angle of 10.8º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72200E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 14 -
CMYK 0 0.72 0.88 0.55
HSL 10.8º 0.78% 0.25% -
HSV(B) 10.8º 0.88% 0.45% -
XYZ 7.54 4.64 0.91 -
YUV 54.47 105.17 170.46 -
System Red Green Blue C M Y K H S L
Decimal 114 32 14 0 0.72 0.88 0.55 10.8 0.78 0.25
Hex 72 20 E 0 48 58 37 B 4E 19
Octal 162 40 16 0 110 130 67 13 116 31
Binary 1110010 100000 1110 0 1001000 1011000 110111 1011 1001110 11001

Color Harmonies of #72200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72200E

Black with #72200E

Text Example


Text Example

White with #72200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72200E; }

 p { color: rgb(114,32,14); }

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

background-color css

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

 a { background-color: rgb(114,32,14); }

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

border-color css

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

 span { border-color: rgb(114,32,14); }

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