#551009

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

Shades of Red Oxide #551009

Tints of Red Oxide #551009

Color information

#551009 (or 0x551009) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 09. RGB value is (85,16,9). Sum of RGB (Red+Green+Blue) = 85+16+9=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551009 is #AAEFF6. Grayscale: #232323. Windows color (decimal): -11202551 or 594005. OLE color: 594005.

HSL color Cylindrical-coordinate representation of color #551009: hue angle of 5.53º 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 #551009 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB85169-
CMYK00.810.890.67
HSL5.53º80.85%18.43%-
HSV(B)5.53º89.41%33.33%-
XYZ3.982.320.5-
YUV35.83112.86163.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 16 (6.64% from 255) = 14.55%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=77.27%
G=14.55%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516900.810.890.675.5380.8518.43
Hex55109051594365112
Octal12520110121131103612122
Binary10101011000010010101000110110011000011110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551009; }

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

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

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

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

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

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

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

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