#551B11

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

Shades of Red Oxide #551B11

Tints of Red Oxide #551B11

Color information

#551B11 (or 0x551B11) is unknown color: approx Red Oxide. HEX triplet: 55, 1B and 11. RGB value is (85,27,17). Sum of RGB (Red+Green+Blue) = 85+27+17=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 27 (10.94% from 255 or 20.93% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B11 is #AAE4EE. Grayscale: #2B2B2B. Windows color (decimal): -11199727 or 1121109. OLE color: 1121109.

HSL color Cylindrical-coordinate representation of color #551B11: hue angle of 8.82º 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 #551B11 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB852717-
CMYK00.680.800.67
HSL8.82º66.67%20%-
HSV(B)8.82º80%33.33%-
XYZ4.242.760.84-
YUV43.2113.22157.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 27 (10.94% from 255) = 20.93%
BLUE value IS 17 (7.03% from 255) = 13.18%
R=65.89%
G=20.93%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85271700.680.800.678.8266.6720
Hex551B11044504394314
Octal125332101041201031110324
Binary1010101110111000101000100101000010000111001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B11; }

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

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

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

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

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

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

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

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