#551917

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

Shades of Red Oxide #551917

Tints of Red Oxide #551917

Color information

#551917 (or 0x551917) is unknown color: approx Red Oxide. HEX triplet: 55, 19 and 17. RGB value is (85,25,23). Sum of RGB (Red+Green+Blue) = 85+25+23=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 23 (9.38% from 255 or 17.29% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #551917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551917 is #AAE6E8. Grayscale: #2A2A2A. Windows color (decimal): -11200233 or 1513813. OLE color: 1513813.

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

Color convert

RGB852523-
CMYK00.710.730.67
HSL1.94º57.41%21.18%-
HSV(B)1.94º72.94%33.33%-
XYZ4.252.691.11-
YUV42.71116.88158.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 23 (9.38% from 255) = 17.29%
R=63.91%
G=18.80%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85252300.710.730.671.9457.4121.18
Hex551917047494323915
Octal1253127010711110327125
Binary1010101110011011101000111100100110000111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551917; }

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

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

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

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

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

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

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

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