Html Css Color HEX #72200D Falu Red

📋 copy color: '#72200D'

red 114 ◦ green 32 ◦ blue 13

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

Shades of Falu Red #72200D

Tints of Falu Red #72200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 71.7%
G = 20.13%
B = 8.18%

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

#72200D (or 0x72200D) is known color: Falu Red. HEX triplet: 72, 20 and 0D. RGB value is (114,32,13). Sum of RGB (Red+Green+Blue) = 114+32+13=159 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.70% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 114 - color contains mainly: red. Hex color #72200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72200D is #8DDFF2. Grayscale: #363636. Windows color (decimal): -9297907 or 860274. OLE color: 860274.

HSL color Cylindrical-coordinate representation of color #72200D: hue angle of 11.29º degrees, saturation: 0.8, 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 #72200D is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 13 -
CMYK 0 0.72 0.89 0.55
HSL 11.29º 0.8% 0.25% -
HSV(B) 11.29º 0.89% 0.45% -
XYZ 7.53 4.64 0.88 -
YUV 54.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 114 32 13 0 0.72 0.89 0.55 11.29 0.8 0.25
Hex 72 20 D 0 48 59 37 B 50 19
Octal 162 40 15 0 110 131 67 13 120 31
Binary 1110010 100000 1101 0 1001000 1011001 110111 1011 1010000 11001

Color Harmonies of #72200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72200D

Black with #72200D

Text Example


Text Example

White with #72200D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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