#802309

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

Shades of Falu Red #802309

Tints of Falu Red #802309

Color information

#802309 (or 0x802309) is unknown color: approx Falu Red. HEX triplet: 80, 23 and 09. RGB value is (128,35,9). Sum of RGB (Red+Green+Blue) = 128+35+9=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #802309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802309 is #7FDCF6. Grayscale: #3C3C3C. Windows color (decimal): -8379639 or 598912. OLE color: 598912.

HSL color Cylindrical-coordinate representation of color #802309: hue angle of 13.11º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #802309 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.50.

Color convert

RGB128359-
CMYK00.730.930.50
HSL13.11º86.86%26.86%-
HSV(B)13.11º92.97%50.2%-
XYZ9.555.810.88-
YUV59.8499.31176.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 74.42%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=74.42%
G=20.35%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12835900.730.930.5013.1186.8626.86
Hex802390495D32d571b
Octal20043110111135621512733
Binary1000000010001110010100100110111011100101101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802309; }

 p { color: rgb(128,35,9); }

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

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

 a { background-color: rgb(128,35,9); }

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

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

 span { border-color: rgb(128,35,9); }

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