#551205

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

Shades of Red Oxide #551205

Tints of Red Oxide #551205

Color information

#551205 (or 0x551205) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 05. RGB value is (85,18,5). Sum of RGB (Red+Green+Blue) = 85+18+5=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 5 (2.34% from 255 or 4.63% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551205 is #AAEDFA. Grayscale: #242424. Windows color (decimal): -11202043 or 332373. OLE color: 332373.

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

Color convert

RGB85185-
CMYK00.790.940.67
HSL9.75º88.89%17.65%-
HSV(B)9.75º94.12%33.33%-
XYZ3.992.370.39-
YUV36.55110.2162.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 5 (2.34% from 255) = 4.63%
R=78.70%
G=16.67%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8518500.790.940.679.7588.8917.65
Hex5512504F5E43a5912
Octal12522501171361031213122
Binary10101011001010101001111101111010000111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551205; }

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

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

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

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

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

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

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

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