#551306

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

Shades of Red Oxide #551306

Tints of Red Oxide #551306

Color information

#551306 (or 0x551306) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 06. RGB value is (85,19,6). Sum of RGB (Red+Green+Blue) = 85+19+6=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 6 (2.73% from 255 or 5.45% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551306 is #AAECF9. Grayscale: #252525. Windows color (decimal): -11201786 or 398165. OLE color: 398165.

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

Color convert

RGB85196-
CMYK00.780.930.67
HSL9.87º86.81%17.84%-
HSV(B)9.87º92.94%33.33%-
XYZ4.012.410.43-
YUV37.25110.37162.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 6 (2.73% from 255) = 5.45%
R=77.27%
G=17.27%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8519600.780.930.679.8786.8117.84
Hex5513604E5D43a5712
Octal12523601161351031212722
Binary10101011001111001001110101110110000111010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551306; }

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

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

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

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

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

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

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

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