#551712

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

Shades of Red Oxide #551712

Tints of Red Oxide #551712

Color information

#551712 (or 0x551712) is unknown color: approx Red Oxide. HEX triplet: 55, 17 and 12. RGB value is (85,23,18). Sum of RGB (Red+Green+Blue) = 85+23+18=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 23 (9.38% from 255 or 18.25% from 126); Blue value is 18 (7.42% from 255 or 14.29% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551712 is #AAE8ED. Grayscale: #292929. Windows color (decimal): -11200750 or 1185621. OLE color: 1185621.

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

Color convert

RGB852318-
CMYK00.730.790.67
HSL4.48º65.05%20.2%-
HSV(B)4.48º78.82%33.33%-
XYZ4.162.590.85-
YUV40.97115.04159.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 23 (9.38% from 255) = 18.25%
BLUE value IS 18 (7.42% from 255) = 14.29%
R=67.46%
G=18.25%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85231800.730.790.674.4865.0520.2
Hex5517120494F4344114
Octal12527220111117103410124
Binary101010110111100100100100110011111000011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551712; }

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

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

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

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

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

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

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

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