Html Css Color HEX #72221E Falu Red

📋 copy color: '#72221E'

red 114 ◦ green 34 ◦ blue 30

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

Shades of Falu Red #72221E

Tints of Falu Red #72221E

RGB

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

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

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

R = 64.04%
G = 19.1%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72221E (or 0x72221E) is known color: Falu Red. HEX triplet: 72, 22 and 1E. RGB value is (114,34,30). Sum of RGB (Red+Green+Blue) = 114+34+30=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 34 (13.67% from 255 or 19.10% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72221E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72221E is #8DDDE1. Grayscale: #393939. Windows color (decimal): -9297378 or 1974898. OLE color: 1974898.

HSL color Cylindrical-coordinate representation of color #72221E: hue angle of 2.86º 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 #72221E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 34 30 -
CMYK 0 0.70 0.74 0.55
HSL 2.86º 0.58% 0.28% -
HSV(B) 2.86º 0.74% 0.45% -
XYZ 7.75 4.82 1.75 -
YUV 57.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 114 34 30 0 0.70 0.74 0.55 2.86 0.58 0.28
Hex 72 22 1E 0 46 4A 37 3 3A 1C
Octal 162 42 36 0 106 112 67 3 72 34
Binary 1110010 100010 11110 0 1000110 1001010 110111 11 111010 11100

Color Harmonies of #72221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72221E

Black with #72221E

Text Example


Text Example

White with #72221E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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