#551817

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

Shades of Red Oxide #551817

Tints of Red Oxide #551817

Color information

#551817 (or 0x551817) is unknown color: approx Red Oxide. HEX triplet: 55, 18 and 17. RGB value is (85,24,23). Sum of RGB (Red+Green+Blue) = 85+24+23=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551817 is #AAE7E8. Grayscale: #2A2A2A. Windows color (decimal): -11200489 or 1513557. OLE color: 1513557.

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

Color convert

RGB852423-
CMYK00.720.730.67
HSL0.97º57.41%21.18%-
HSV(B)0.97º72.94%33.33%-
XYZ4.232.651.1-
YUV42.12117.21158.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 24 (9.77% from 255) = 18.18%
BLUE value IS 23 (9.38% from 255) = 17.42%
R=64.39%
G=18.18%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85242300.720.730.670.9757.4121.18
Hex551817048494313915
Octal1253027011011110317125
Binary101010111000101110100100010010011000011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551817; }

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

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

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

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

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

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

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

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