#551206

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

Shades of Red Oxide #551206

Tints of Red Oxide #551206

Color information

#551206 (or 0x551206) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 06. RGB value is (85,18,6). Sum of RGB (Red+Green+Blue) = 85+18+6=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 6 (2.73% from 255 or 5.50% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #551206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551206 is #AAEDF9. Grayscale: #242424. Windows color (decimal): -11202042 or 397909. OLE color: 397909.

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

Color convert

RGB85186-
CMYK00.790.930.67
HSL9.11º86.81%17.84%-
HSV(B)9.11º92.94%33.33%-
XYZ42.380.42-
YUV36.66110.7162.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 6 (2.73% from 255) = 5.50%
R=77.98%
G=16.51%
B=5.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8518600.790.930.679.1186.8117.84
Hex5512604F5D4395712
Octal12522601171351031112722
Binary10101011001011001001111101110110000111001101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551206; }

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

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

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

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

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

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

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

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