#892102

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

Shades of Falu Red #892102

Tints of Falu Red #892102

Color information

#892102 (or 0x892102) is unknown color: approx Falu Red. HEX triplet: 89, 21 and 02. RGB value is (137,33,2). Sum of RGB (Red+Green+Blue) = 137+33+2=172 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.65% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 137 - color contains mainly: red. Hex color #892102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892102 is #76DEFD. Grayscale: #3C3C3C. Windows color (decimal): -7790334 or 139657. OLE color: 139657.

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

Color convert

RGB137332-
CMYK00.760.990.46
HSL13.78º97.12%27.25%-
HSV(B)13.78º98.54%53.73%-
XYZ10.876.410.72-
YUV60.5694.96182.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 79.65%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=79.65%
G=19.19%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13733200.760.990.4613.7897.1227.25
Hex8921204C632Ee611b
Octal2114120114143561614133
Binary10001001100001100100110011000111011101110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892102; }

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

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

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

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

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

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

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

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