#551400

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

Shades of Red Oxide #551400

Tints of Red Oxide #551400

Color information

#551400 (or 0x551400) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 00. RGB value is (85,20,0). Sum of RGB (Red+Green+Blue) = 85+20+0=105 (13% of max value = 765). Red value is 85 (33.59% from 255 or 80.95% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 85 - color contains mainly: red. Hex color #551400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551400 is #AAEBFF. Grayscale: #252525. Windows color (decimal): -11201536 or 5205. OLE color: 5205.

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

Color convert

RGB85200-
CMYK00.7610.67
HSL14.12º100%16.67%-
HSV(B)14.12º100%33.33%-
XYZ42.430.26-
YUV37.16107.03162.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.95%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.95%
G=19.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8520000.7610.6714.1210016.67
Hex5514004C6443e6411
Octal12524001141441031614421
Binary101010110100001001100110010010000111110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551400; }

 p { color: rgb(85,20,0); }

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

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

 a { background-color: rgb(85,20,0); }

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

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

 span { border-color: rgb(85,20,0); }

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