#551001

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

Shades of Red Oxide #551001

Tints of Red Oxide #551001

Color information

#551001 (or 0x551001) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 01. RGB value is (85,16,1). Sum of RGB (Red+Green+Blue) = 85+16+1=102 (13% of max value = 765). Red value is 85 (33.59% from 255 or 83.33% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 85 - color contains mainly: red. Hex color #551001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551001 is #AAEFFE. Grayscale: #232323. Windows color (decimal): -11202559 or 69717. OLE color: 69717.

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

Color convert

RGB85161-
CMYK00.810.990.67
HSL10.71º97.67%16.86%-
HSV(B)10.71º98.82%33.33%-
XYZ3.942.30.27-
YUV34.92108.86163.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 83.33%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=83.33%
G=15.69%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516100.810.990.6710.7197.6716.86
Hex551010516343b6211
Octal12520101211431031314221
Binary101010110000101010001110001110000111011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551001; }

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

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

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

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

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

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

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

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