#892208

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

Shades of Falu Red #892208

Tints of Falu Red #892208

Color information

#892208 (or 0x892208) is unknown color: approx Falu Red. HEX triplet: 89, 22 and 08. RGB value is (137,34,8). Sum of RGB (Red+Green+Blue) = 137+34+8=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #892208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #892208 is #76DDF7. Grayscale: #3E3E3E. Windows color (decimal): -7790072 or 533129. OLE color: 533129.

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

Color convert

RGB137348-
CMYK00.750.940.46
HSL12.09º88.97%28.43%-
HSV(B)12.09º94.16%53.73%-
XYZ10.936.480.9-
YUV61.8397.62181.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 76.54%
GREEN value IS 34 (13.67% from 255) = 18.99%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=76.54%
G=18.99%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13734800.750.940.4612.0988.9728.43
Hex8922804B5E2Ec591c
Octal21142100113136561413134
Binary1000100110001010000100101110111101011101100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892208; }

 p { color: rgb(137,34,8); }

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

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

 a { background-color: rgb(137,34,8); }

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

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

 span { border-color: rgb(137,34,8); }

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