#551811

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

Shades of Red Oxide #551811

Tints of Red Oxide #551811

Color information

#551811 (or 0x551811) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 11. RGB value is (85,24,17). Sum of RGB (Red+Green+Blue) = 85+24+17=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551811 is #AAE7EE. Grayscale: #292929. Windows color (decimal): -11200495 or 1120341. OLE color: 1120341.

HSL color Cylindrical-coordinate representation of color #551811: hue angle of 6.18º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551811 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB852417-
CMYK00.720.800.67
HSL6.18º66.67%20%-
HSV(B)6.18º80%33.33%-
XYZ4.172.630.82-
YUV41.44114.21159.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=67.46%
G=19.05%
B=13.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85241700.720.800.676.1866.6720
Hex551811048504364314
Octal12530210110120103610324
Binary101010111000100010100100010100001000011110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551811; }

 p { color: rgb(85,24,17); }

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

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

 a { background-color: rgb(85,24,17); }

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

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

 span { border-color: rgb(85,24,17); }

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