Html Css Color HEX #72201F Falu Red

📋 copy color: '#72201F'

red 114 ◦ green 32 ◦ blue 31

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

Shades of Falu Red #72201F

Tints of Falu Red #72201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.51%

R = 64.41%
G = 18.08%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#72201F (or 0x72201F) is known color: Falu Red. HEX triplet: 72, 20 and 1F. RGB value is (114,32,31). Sum of RGB (Red+Green+Blue) = 114+32+31=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 31 (12.5% from 255 or 17.51% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72201F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72201F is #8DDFE0. Grayscale: #383838. Windows color (decimal): -9297889 or 2039922. OLE color: 2039922.

HSL color Cylindrical-coordinate representation of color #72201F: hue angle of 0.72º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72201F is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 32 31 -
CMYK 0 0.72 0.73 0.55
HSL 0.72º 0.57% 0.28% -
HSV(B) 0.72º 0.73% 0.45% -
XYZ 7.7 4.71 1.8 -
YUV 56.4 113.67 169.08 -
System Red Green Blue C M Y K H S L
Decimal 114 32 31 0 0.72 0.73 0.55 0.72 0.57 0.28
Hex 72 20 1F 0 48 49 37 1 39 1C
Octal 162 40 37 0 110 111 67 1 71 34
Binary 1110010 100000 11111 0 1001000 1001001 110111 1 111001 11100

Color Harmonies of #72201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72201F

Black with #72201F

Text Example


Text Example

White with #72201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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