#551006

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

Shades of Red Oxide #551006

Tints of Red Oxide #551006

Color information

#551006 (or 0x551006) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 06. RGB value is (85,16,6). Sum of RGB (Red+Green+Blue) = 85+16+6=107 (14% of max value = 765). Red value is 85 (33.59% from 255 or 79.44% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 85 - color contains mainly: red. Hex color #551006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551006 is #AAEFF9. Grayscale: #232323. Windows color (decimal): -11202554 or 397397. OLE color: 397397.

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

Color convert

RGB85166-
CMYK00.810.930.67
HSL7.59º86.81%17.84%-
HSV(B)7.59º92.94%33.33%-
XYZ3.962.320.41-
YUV35.49111.36163.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 79.44%
GREEN value IS 16 (6.64% from 255) = 14.95%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=79.44%
G=14.95%
B=5.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516600.810.930.677.5986.8117.84
Hex551060515D4385712
Octal12520601211351031012722
Binary10101011000011001010001101110110000111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551006; }

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

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

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

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

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

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

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

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