Html Css Color HEX #72200B Falu Red

📋 copy color: '#72200B'

red 114 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #72200B

Tints of Falu Red #72200B

RGB

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

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

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

R = 72.61%
G = 20.38%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72200B (or 0x72200B) is known color: Falu Red. HEX triplet: 72, 20 and 0B. RGB value is (114,32,11). Sum of RGB (Red+Green+Blue) = 114+32+11=157 (20% of max value = 765). Red value is 114 (44.92% from 255 or 72.61% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 114 - color contains mainly: red. Hex color #72200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72200B is #8DDFF4. Grayscale: #363636. Windows color (decimal): -9297909 or 729202. OLE color: 729202.

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

Color convert

RGB 114 32 11 -
CMYK 0 0.72 0.90 0.55
HSL 12.23º 0.82% 0.25% -
HSV(B) 12.23º 0.9% 0.45% -
XYZ 7.52 4.63 0.82 -
YUV 54.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 114 32 11 0 0.72 0.90 0.55 12.23 0.82 0.25
Hex 72 20 B 0 48 5A 37 C 52 19
Octal 162 40 13 0 110 132 67 14 122 31
Binary 1110010 100000 1011 0 1001000 1011010 110111 1100 1010010 11001

Color Harmonies of #72200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72200B

Black with #72200B

Text Example


Text Example

White with #72200B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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