#551311

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

Shades of Red Oxide #551311

Tints of Red Oxide #551311

Color information

#551311 (or 0x551311) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 11. RGB value is (85,19,17). Sum of RGB (Red+Green+Blue) = 85+19+17=121 (16% of max value = 765). Red value is 85 (33.59% from 255 or 70.25% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 85 - color contains mainly: red. Hex color #551311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551311 is #AAECEE. Grayscale: #262626. Windows color (decimal): -11201775 or 1119061. OLE color: 1119061.

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

Color convert

RGB851917-
CMYK00.780.800.67
HSL1.76º66.67%20%-
HSV(B)1.76º80%33.33%-
XYZ4.082.440.79-
YUV38.51115.87161.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 70.25%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=70.25%
G=15.70%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85191700.780.800.671.7666.6720
Hex55131104E504324314
Octal12523210116120103210324
Binary10101011001110001010011101010000100001110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551311; }

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

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

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

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

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

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

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

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