#892002

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

Shades of Falu Red #892002

Tints of Falu Red #892002

Color information

#892002 (or 0x892002) is unknown color: approx Falu Red. HEX triplet: 89, 20 and 02. RGB value is (137,32,2). Sum of RGB (Red+Green+Blue) = 137+32+2=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #892002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892002 is #76DFFD. Grayscale: #3C3C3C. Windows color (decimal): -7790590 or 139401. OLE color: 139401.

HSL color Cylindrical-coordinate representation of color #892002: hue angle of 13.33º 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 #892002 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB137322-
CMYK00.770.990.46
HSL13.33º97.12%27.25%-
HSV(B)13.33º98.54%53.73%-
XYZ10.846.360.71-
YUV59.9895.29182.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 80.12%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=80.12%
G=18.71%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13732200.770.990.4613.3397.1227.25
Hex8920204D632Ed611b
Octal2114020115143561514133
Binary10001001100000100100110111000111011101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892002; }

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

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

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

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

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

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

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

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