Html Css Color HEX #72211E Falu Red

📋 copy color: '#72211E'

red 114 ◦ green 33 ◦ blue 30

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

Shades of Falu Red #72211E

Tints of Falu Red #72211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.64%

 BLUE value IS 30 (12.11% from 255) = 16.95%

R = 64.41%
G = 18.64%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72211E (or 0x72211E) is known color: Falu Red. HEX triplet: 72, 21 and 1E. RGB value is (114,33,30). Sum of RGB (Red+Green+Blue) = 114+33+30=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 30 (12.11% from 255 or 16.95% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72211E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72211E is #8DDEE1. Grayscale: #383838. Windows color (decimal): -9297634 or 1974642. OLE color: 1974642.

HSL color Cylindrical-coordinate representation of color #72211E: hue angle of 2.14º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72211E is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 33 30 -
CMYK 0 0.71 0.74 0.55
HSL 2.14º 0.58% 0.28% -
HSV(B) 2.14º 0.74% 0.45% -
XYZ 7.72 4.76 1.74 -
YUV 56.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 114 33 30 0 0.71 0.74 0.55 2.14 0.58 0.28
Hex 72 21 1E 0 47 4A 37 2 3A 1C
Octal 162 41 36 0 107 112 67 2 72 34
Binary 1110010 100001 11110 0 1000111 1001010 110111 10 111010 11100

Color Harmonies of #72211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72211E

Black with #72211E

Text Example


Text Example

White with #72211E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,33,30); }

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

background-color css

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

 a { background-color: rgb(114,33,30); }

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

border-color css

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

 span { border-color: rgb(114,33,30); }

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