#550603

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

Shades of Red Oxide #550603

Tints of Red Oxide #550603

Color information

#550603 (or 0x550603) is unknown color: approx Red Oxide. HEX triplet: 55, 06 and 03. RGB value is (85,6,3). Sum of RGB (Red+Green+Blue) = 85+6+3=94 (12% of max value = 765). Red value is 85 (33.59% from 255 or 90.43% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 85 - color contains mainly: red. Hex color #550603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550603 is #AAF9FC. Grayscale: #1D1D1D. Windows color (decimal): -11205117 or 198229. OLE color: 198229.

HSL color Cylindrical-coordinate representation of color #550603: hue angle of 2.2º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #550603 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB8563-
CMYK00.930.960.67
HSL2.2º93.18%17.25%-
HSV(B)2.2º96.47%33.33%-
XYZ3.832.070.28-
YUV29.28113.17167.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 90.43%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=90.43%
G=6.38%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal856300.930.960.672.293.1817.25
Hex556305D604325d11
Octal125630135140103213521
Binary101010111011010111011100000100001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550603; }

 p { color: rgb(85,6,3); }

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

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

 a { background-color: rgb(85,6,3); }

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

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

 span { border-color: rgb(85,6,3); }

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