#551705

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

Shades of Red Oxide #551705

Tints of Red Oxide #551705

Color information

#551705 (or 0x551705) is unknown color: approx Red Oxide. HEX triplet: 55, 17 and 05. RGB value is (85,23,5). Sum of RGB (Red+Green+Blue) = 85+23+5=113 (14% of max value = 765). Red value is 85 (33.59% from 255 or 75.22% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 85 - color contains mainly: red. Hex color #551705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551705 is #AAE8FA. Grayscale: #272727. Windows color (decimal): -11200763 or 333653. OLE color: 333653.

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

Color convert

RGB85235-
CMYK00.730.940.67
HSL13.5º88.89%17.65%-
HSV(B)13.5º94.12%33.33%-
XYZ4.082.560.42-
YUV39.49108.54160.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 75.22%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=75.22%
G=20.35%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8523500.730.940.6713.588.8917.65
Hex551750495E43e5912
Octal12527501111361031613122
Binary10101011011110101001001101111010000111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551705; }

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

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

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

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

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

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

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

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