Html Css Color HEX #72190C Falu Red

📋 copy color: '#72190C'

red 114 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #72190C

Tints of Falu Red #72190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.95%

R = 75.5%
G = 16.56%
B = 7.95%

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

#72190C (or 0x72190C) is known color: Falu Red. HEX triplet: 72, 19 and 0C. RGB value is (114,25,12). Sum of RGB (Red+Green+Blue) = 114+25+12=151 (20% of max value = 765). Red value is 114 (44.92% from 255 or 75.50% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 114 - color contains mainly: red. Hex color #72190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72190C is #8DE6F3. Grayscale: #323232. Windows color (decimal): -9299700 or 792946. OLE color: 792946.

HSL color Cylindrical-coordinate representation of color #72190C: hue angle of 7.65º degrees, saturation: 0.81, 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 #72190C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 25 12 -
CMYK 0 0.78 0.89 0.55
HSL 7.65º 0.81% 0.25% -
HSV(B) 7.65º 0.89% 0.45% -
XYZ 7.35 4.3 0.79 -
YUV 50.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 114 25 12 0 0.78 0.89 0.55 7.65 0.81 0.25
Hex 72 19 C 0 4E 59 37 8 51 19
Octal 162 31 14 0 116 131 67 10 121 31
Binary 1110010 11001 1100 0 1001110 1011001 110111 1000 1010001 11001

Color Harmonies of #72190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72190C

Black with #72190C

Text Example


Text Example

White with #72190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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