Html Css Color HEX #72221C Falu Red

📋 copy color: '#72221C'

red 114 ◦ green 34 ◦ blue 28

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

Shades of Falu Red #72221C

Tints of Falu Red #72221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.91%

R = 64.77%
G = 19.32%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72221C (or 0x72221C) is known color: Falu Red. HEX triplet: 72, 22 and 1C. RGB value is (114,34,28). Sum of RGB (Red+Green+Blue) = 114+34+28=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72221C is #8DDDE3. Grayscale: #393939. Windows color (decimal): -9297380 or 1843826. OLE color: 1843826.

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

Color convert

RGB 114 34 28 -
CMYK 0 0.70 0.75 0.55
HSL 4.19º 0.61% 0.28% -
HSV(B) 4.19º 0.75% 0.45% -
XYZ 7.72 4.81 1.62 -
YUV 57.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 114 34 28 0 0.70 0.75 0.55 4.19 0.61 0.28
Hex 72 22 1C 0 46 4B 37 4 3D 1C
Octal 162 42 34 0 106 113 67 4 75 34
Binary 1110010 100010 11100 0 1000110 1001011 110111 100 111101 11100

Color Harmonies of #72221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72221C

Black with #72221C

Text Example


Text Example

White with #72221C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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