#550B09

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

Shades of Red Oxide #550B09

Tints of Red Oxide #550B09

Color information

#550B09 (or 0x550B09) is unknown color: approx Red Oxide. HEX triplet: 55, 0B and 09. RGB value is (85,11,9). Sum of RGB (Red+Green+Blue) = 85+11+9=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 11 (4.69% from 255 or 10.48% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #550B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B09 is #AAF4F6. Grayscale: #202020. Windows color (decimal): -11203831 or 592725. OLE color: 592725.

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

Color convert

RGB85119-
CMYK00.870.890.67
HSL1.58º80.85%18.43%-
HSV(B)1.58º89.41%33.33%-
XYZ3.922.190.47-
YUV32.9114.52165.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 11 (4.69% from 255) = 10.48%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=80.95%
G=10.48%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8511900.870.890.671.5880.8518.43
Hex55B9057594325112
Octal12513110127131103212122
Binary101010110111001010101111011001100001110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550B09; }

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

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

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

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

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

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

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

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