Html Css Color HEX #72201E Falu Red

📋 copy color: '#72201E'

red 114 ◦ green 32 ◦ blue 30

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

Shades of Falu Red #72201E

Tints of Falu Red #72201E

RGB

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

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

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

R = 64.77%
G = 18.18%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72201E (or 0x72201E) is known color: Falu Red. HEX triplet: 72, 20 and 1E. RGB value is (114,32,30). Sum of RGB (Red+Green+Blue) = 114+32+30=176 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.77% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 114 - color contains mainly: red. Hex color #72201E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72201E is #8DDFE1. Grayscale: #383838. Windows color (decimal): -9297890 or 1974386. OLE color: 1974386.

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

Color convert

RGB 114 32 30 -
CMYK 0 0.72 0.74 0.55
HSL 1.43º 0.58% 0.28% -
HSV(B) 1.43º 0.74% 0.45% -
XYZ 7.69 4.7 1.73 -
YUV 56.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 114 32 30 0 0.72 0.74 0.55 1.43 0.58 0.28
Hex 72 20 1E 0 48 4A 37 1 3A 1C
Octal 162 40 36 0 110 112 67 1 72 34
Binary 1110010 100000 11110 0 1001000 1001010 110111 1 111010 11100

Color Harmonies of #72201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72201E

Black with #72201E

Text Example


Text Example

White with #72201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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