#551809

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

Shades of Red Oxide #551809

Tints of Red Oxide #551809

Color information

#551809 (or 0x551809) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 09. RGB value is (85,24,9). Sum of RGB (Red+Green+Blue) = 85+24+9=118 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.03% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 85 - color contains mainly: red. Hex color #551809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551809 is #AAE7F6. Grayscale: #282828. Windows color (decimal): -11200503 or 596053. OLE color: 596053.

HSL color Cylindrical-coordinate representation of color #551809: hue angle of 11.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #551809 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85249-
CMYK00.720.890.67
HSL11.84º80.85%18.43%-
HSV(B)11.84º89.41%33.33%-
XYZ4.122.60.54-
YUV40.53110.21159.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.03%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=72.03%
G=20.34%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8524900.720.890.6711.8480.8518.43
Hex551890485943c5112
Octal125301101101311031412122
Binary101010111000100101001000101100110000111100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551809; }

 p { color: rgb(85,24,9); }

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

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

 a { background-color: rgb(85,24,9); }

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

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

 span { border-color: rgb(85,24,9); }

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