Html Css Color HEX #72160E Falu Red

📋 copy color: '#72160E'

red 114 ◦ green 22 ◦ blue 14

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

Shades of Falu Red #72160E

Tints of Falu Red #72160E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 14 (5.86% from 255) = 9.33%

R = 76%
G = 14.67%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#72160E (or 0x72160E) is known color: Falu Red. HEX triplet: 72, 16 and 0E. RGB value is (114,22,14). Sum of RGB (Red+Green+Blue) = 114+22+14=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #72160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72160E is #8DE9F1. Grayscale: #303030. Windows color (decimal): -9300466 or 923250. OLE color: 923250.

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

Color convert

RGB 114 22 14 -
CMYK 0 0.81 0.88 0.55
HSL 4.8º 0.78% 0.25% -
HSV(B) 4.8º 0.88% 0.45% -
XYZ 7.31 4.18 0.84 -
YUV 48.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 114 22 14 0 0.81 0.88 0.55 4.8 0.78 0.25
Hex 72 16 E 0 51 58 37 5 4E 19
Octal 162 26 16 0 121 130 67 5 116 31
Binary 1110010 10110 1110 0 1010001 1011000 110111 101 1001110 11001

Color Harmonies of #72160E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72160E

Black with #72160E

Text Example


Text Example

White with #72160E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,22,14); }

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

background-color css

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

 a { background-color: rgb(114,22,14); }

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

border-color css

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

 span { border-color: rgb(114,22,14); }

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