#8B2002

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

Shades of Falu Red #8B2002

Tints of Falu Red #8B2002

Color information

#8B2002 (or 0x8B2002) is unknown color: approx Falu Red. HEX triplet: 8B, 20 and 02. RGB value is (139,32,2). Sum of RGB (Red+Green+Blue) = 139+32+2=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2002 is #74DFFD. Grayscale: #3C3C3C. Windows color (decimal): -7659518 or 139403. OLE color: 139403.

HSL color Cylindrical-coordinate representation of color #8B2002: hue angle of 13.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B2002 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB139322-
CMYK00.770.990.45
HSL13.14º97.16%27.65%-
HSV(B)13.14º98.56%54.51%-
XYZ11.176.530.73-
YUV60.5794.95183.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=80.35%
G=18.50%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13932200.770.990.4513.1497.1627.65
Hex8B20204D632Dd611c
Octal2134020115143551514134
Binary10001011100000100100110111000111011011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2002; }

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

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

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

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

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

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

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

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