Html Css Color HEX #72190D Falu Red

📋 copy color: '#72190D'

red 114 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #72190D

Tints of Falu Red #72190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 75%
G = 16.45%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72190D (or 0x72190D) is known color: Falu Red. HEX triplet: 72, 19 and 0D. RGB value is (114,25,13). Sum of RGB (Red+Green+Blue) = 114+25+13=152 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 114 - color contains mainly: red. Hex color #72190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72190D is #8DE6F2. Grayscale: #323232. Windows color (decimal): -9299699 or 858482. OLE color: 858482.

HSL color Cylindrical-coordinate representation of color #72190D: hue angle of 7.13º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72190D is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 13 -
CMYK 0 0.78 0.89 0.55
HSL 7.13º 0.8% 0.25% -
HSV(B) 7.13º 0.89% 0.45% -
XYZ 7.36 4.3 0.82 -
YUV 50.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 114 25 13 0 0.78 0.89 0.55 7.13 0.8 0.25
Hex 72 19 D 0 4E 59 37 7 50 19
Octal 162 31 15 0 116 131 67 7 120 31
Binary 1110010 11001 1101 0 1001110 1011001 110111 111 1010000 11001

Color Harmonies of #72190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72190D

Black with #72190D

Text Example


Text Example

White with #72190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72190D; }

 p { color: rgb(114,25,13); }

 H1.HeaderClassName
 {
   color: #72190D;
 }
 .AnyTagClassName
 {
   color: #72190D;
 }
</style>

background-color css

<style>
 a { background-color: #72190D; }

 a { background-color: rgb(114,25,13); }

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

border-color css

<style>
 span { border-color: #72190D; }

 span { border-color: rgb(114,25,13); }

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