#551401

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

Shades of Red Oxide #551401

Tints of Red Oxide #551401

Color information

#551401 (or 0x551401) is unknown color: approx Red Oxide. HEX triplet: 55, 14 and 01. RGB value is (85,20,1). Sum of RGB (Red+Green+Blue) = 85+20+1=106 (14% of max value = 765). Red value is 85 (33.59% from 255 or 80.19% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 85 - color contains mainly: red. Hex color #551401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551401 is #AAEBFE. Grayscale: #252525. Windows color (decimal): -11201535 or 70741. OLE color: 70741.

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

Color convert

RGB85201-
CMYK00.760.990.67
HSL13.57º97.67%16.86%-
HSV(B)13.57º98.82%33.33%-
XYZ42.430.29-
YUV37.27107.53162.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 80.19%
GREEN value IS 20 (8.20% from 255) = 18.87%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=80.19%
G=18.87%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8520100.760.990.6713.5797.6716.86
Hex5514104C6343e6211
Octal12524101141431031614221
Binary101010110100101001100110001110000111110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551401; }

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

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

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

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

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

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

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

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