Html Css Color HEX #72221A Falu Red

📋 copy color: '#72221A'

red 114 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #72221A

Tints of Falu Red #72221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 65.52%
G = 19.54%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72221A (or 0x72221A) is known color: Falu Red. HEX triplet: 72, 22 and 1A. RGB value is (114,34,26). Sum of RGB (Red+Green+Blue) = 114+34+26=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #72221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72221A is #8DDDE5. Grayscale: #393939. Windows color (decimal): -9297382 or 1712754. OLE color: 1712754.

HSL color Cylindrical-coordinate representation of color #72221A: hue angle of 5.45º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #72221A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 26 -
CMYK 0 0.70 0.77 0.55
HSL 5.45º 0.63% 0.27% -
HSV(B) 5.45º 0.77% 0.45% -
XYZ 7.7 4.8 1.5 -
YUV 57.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 114 34 26 0 0.70 0.77 0.55 5.45 0.63 0.27
Hex 72 22 1A 0 46 4D 37 5 3F 1B
Octal 162 42 32 0 106 115 67 5 77 33
Binary 1110010 100010 11010 0 1000110 1001101 110111 101 111111 11011

Color Harmonies of #72221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72221A

Black with #72221A

Text Example


Text Example

White with #72221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72221A; }

 p { color: rgb(114,34,26); }

 H1.HeaderClassName
 {
   color: #72221A;
 }
 .AnyTagClassName
 {
   color: #72221A;
 }
</style>

background-color css

<style>
 a { background-color: #72221A; }

 a { background-color: rgb(114,34,26); }

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

border-color css

<style>
 span { border-color: #72221A; }

 span { border-color: rgb(114,34,26); }

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