#550C07

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

Shades of Red Oxide #550C07

Tints of Red Oxide #550C07

Color information

#550C07 (or 0x550C07) is unknown color: approx Red Oxide. HEX triplet: 55, 0C and 07. RGB value is (85,12,7). Sum of RGB (Red+Green+Blue) = 85+12+7=104 (13% of max value = 765). Red value is 85 (33.59% from 255 or 81.73% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 85 - color contains mainly: red. Hex color #550C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C07 is #AAF3F8. Grayscale: #212121. Windows color (decimal): -11203577 or 461909. OLE color: 461909.

HSL color Cylindrical-coordinate representation of color #550C07: hue angle of 3.85º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #550C07 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.67.

Color convert

RGB85127-
CMYK00.860.920.67
HSL3.85º84.78%18.04%-
HSV(B)3.85º91.76%33.33%-
XYZ3.922.210.42-
YUV33.26113.18164.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 81.73%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=81.73%
G=11.54%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8512700.860.920.673.8584.7818.04
Hex55C70565C4345512
Octal1251470126134103412522
Binary101010111001110101011010111001000011100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C07; }

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

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

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

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

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

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

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

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