#872302

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

Shades of Falu Red #872302

Tints of Falu Red #872302

Color information

#872302 (or 0x872302) is unknown color: approx Falu Red. HEX triplet: 87, 23 and 02. RGB value is (135,35,2). Sum of RGB (Red+Green+Blue) = 135+35+2=172 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.49% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 135 - color contains mainly: red. Hex color #872302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #872302 is #78DCFD. Grayscale: #3D3D3D. Windows color (decimal): -7920894 or 140167. OLE color: 140167.

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

Color convert

RGB135352-
CMYK00.740.990.47
HSL14.89º97.08%26.86%-
HSV(B)14.89º98.52%52.94%-
XYZ10.66.360.73-
YUV61.1494.63180.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 78.49%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=78.49%
G=20.35%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13535200.740.990.4714.8997.0826.86
Hex8723204A632Ff611b
Octal2074320112143571714133
Binary10000111100011100100101011000111011111111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872302; }

 p { color: rgb(135,35,2); }

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

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

 a { background-color: rgb(135,35,2); }

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

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

 span { border-color: rgb(135,35,2); }

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