#551709

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

Shades of Red Oxide #551709

Tints of Red Oxide #551709

Color information

#551709 (or 0x551709) is unknown color: approx Red Oxide. HEX triplet: 55, 17 and 09. RGB value is (85,23,9). Sum of RGB (Red+Green+Blue) = 85+23+9=117 (15% of max value = 765). Red value is 85 (33.59% from 255 or 72.65% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 9 (3.91% from 255 or 7.69% from 117); Max value from RGB is 85 - color contains mainly: red. Hex color #551709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551709 is #AAE8F6. Grayscale: #282828. Windows color (decimal): -11200759 or 595797. OLE color: 595797.

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

Color convert

RGB85239-
CMYK00.730.890.67
HSL11.05º80.85%18.43%-
HSV(B)11.05º89.41%33.33%-
XYZ4.12.560.54-
YUV39.94110.54160.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 72.65%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 9 (3.91% from 255) = 7.69%
R=72.65%
G=19.66%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8523900.730.890.6711.0580.8518.43
Hex551790495943b5112
Octal125271101111311031312122
Binary101010110111100101001001101100110000111011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551709; }

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

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

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

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

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

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

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

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