#550705

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

Shades of Red Oxide #550705

Tints of Red Oxide #550705

Color information

#550705 (or 0x550705) is unknown color: approx Red Oxide. HEX triplet: 55, 07 and 05. RGB value is (85,7,5). Sum of RGB (Red+Green+Blue) = 85+7+5=97 (12% of max value = 765). Red value is 85 (33.59% from 255 or 87.63% from 97); Green value is 7 (3.12% from 255 or 7.22% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 85 - color contains mainly: red. Hex color #550705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550705 is #AAF8FA. Grayscale: #1E1E1E. Windows color (decimal): -11204859 or 329557. OLE color: 329557.

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

Color convert

RGB8575-
CMYK00.920.940.67
HSL1.5º88.89%17.65%-
HSV(B)1.5º94.12%33.33%-
XYZ3.852.090.34-
YUV30.09113.84167.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 87.63%
GREEN value IS 7 (3.12% from 255) = 7.22%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=87.63%
G=7.22%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal857500.920.940.671.588.8917.65
Hex557505C5E4325912
Octal125750134136103213122
Binary1010101111101010111001011110100001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550705; }

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

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

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

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

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

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

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

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