#892114

Color #892114 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #892114

Tints of Falu Red #892114

Color information

#892114 (or 0x892114) is unknown color: approx Falu Red. HEX triplet: 89, 21 and 14. RGB value is (137,33,20). Sum of RGB (Red+Green+Blue) = 137+33+20=190 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.11% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 137 - color contains mainly: red. Hex color #892114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892114 is #76DEEB. Grayscale: #3E3E3E. Windows color (decimal): -7790316 or 1319305. OLE color: 1319305.

HSL color Cylindrical-coordinate representation of color #892114: hue angle of 6.67º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #892114 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB1373320-
CMYK00.760.850.46
HSL6.67º74.52%30.78%-
HSV(B)6.67º85.4%53.73%-
XYZ10.996.461.33-
YUV62.61103.96181.06-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.11%
GREEN value IS 33 (13.28% from 255) = 17.37%
BLUE value IS 20 (8.20% from 255) = 10.53%
R=72.11%
G=17.37%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137332000.760.850.466.6774.5230.78
Hex89211404C552E74b1f
Octal2114124011412556711337
Binary1000100110000110100010011001010101101110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892114; }

 p { color: rgb(137,33,20); }

 H1.HeaderClassName
 {
   color: #892114;
 }
 .AnyTagClassName
 {
   color: #892114;
 }
</style>
background-color css

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

 a { background-color: rgb(137,33,20); }

 div.DivClassName
 {
   background-color: #892114;
 }
 .BgClassName
 {
   background-color: #892114;
 }
</style>
border-color css

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

 span { border-color: rgb(137,33,20); }

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