Html Css Color HEX #72200C Falu Red

📋 copy color: '#72200C'

red 114 ◦ green 32 ◦ blue 12

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

Shades of Falu Red #72200C

Tints of Falu Red #72200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 72.15%
G = 20.25%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72200C (or 0x72200C) is known color: Falu Red. HEX triplet: 72, 20 and 0C. RGB value is (114,32,12). Sum of RGB (Red+Green+Blue) = 114+32+12=158 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.15% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 114 - color contains mainly: red. Hex color #72200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72200C is #8DDFF3. Grayscale: #363636. Windows color (decimal): -9297908 or 794738. OLE color: 794738.

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

Color convert

RGB 114 32 12 -
CMYK 0 0.72 0.89 0.55
HSL 11.76º 0.81% 0.25% -
HSV(B) 11.76º 0.89% 0.45% -
XYZ 7.52 4.64 0.85 -
YUV 54.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 114 32 12 0 0.72 0.89 0.55 11.76 0.81 0.25
Hex 72 20 C 0 48 59 37 C 51 19
Octal 162 40 14 0 110 131 67 14 121 31
Binary 1110010 100000 1100 0 1001000 1011001 110111 1100 1010001 11001

Color Harmonies of #72200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72200C

Black with #72200C

Text Example


Text Example

White with #72200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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