#551713

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

Shades of Red Oxide #551713

Tints of Red Oxide #551713

Color information

#551713 (or 0x551713) is unknown color: approx Red Oxide. HEX triplet: 55, 17 and 13. RGB value is (85,23,19). Sum of RGB (Red+Green+Blue) = 85+23+19=127 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.93% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 85 - color contains mainly: red. Hex color #551713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551713 is #AAE8EC. Grayscale: #292929. Windows color (decimal): -11200749 or 1251157. OLE color: 1251157.

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

Color convert

RGB852319-
CMYK00.730.780.67
HSL3.64º63.46%20.39%-
HSV(B)3.64º77.65%33.33%-
XYZ4.172.590.9-
YUV41.08115.54159.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.93%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=66.93%
G=18.11%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85231900.730.780.673.6463.4620.39
Hex5517130494E4343f14
Octal1252723011111610347724
Binary10101011011110011010010011001110100001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551713; }

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

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

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

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

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

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

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

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