#550D01

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

Shades of Red Oxide #550D01

Tints of Red Oxide #550D01

Color information

#550D01 (or 0x550D01) is unknown color: approx Red Oxide. HEX triplet: 55, 0D and 01. RGB value is (85,13,1). Sum of RGB (Red+Green+Blue) = 85+13+1=99 (13% of max value = 765). Red value is 85 (33.59% from 255 or 85.86% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 85 - color contains mainly: red. Hex color #550D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550D01 is #AAF2FE. Grayscale: #212121. Windows color (decimal): -11203327 or 68949. OLE color: 68949.

HSL color Cylindrical-coordinate representation of color #550D01: hue angle of 8.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550D01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB85131-
CMYK00.850.990.67
HSL8.57º97.67%16.86%-
HSV(B)8.57º98.82%33.33%-
XYZ3.92.220.25-
YUV33.16109.85164.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 85.86%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=85.86%
G=13.13%
B=1.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8513100.850.990.678.5797.6716.86
Hex55D1055634396211
Octal12515101251431031114221
Binary10101011101101010101110001110000111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,13,1); }

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

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

 a { background-color: rgb(85,13,1); }

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

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

 span { border-color: rgb(85,13,1); }

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