#551007

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

Shades of Red Oxide #551007

Tints of Red Oxide #551007

Color information

#551007 (or 0x551007) is unknown color: approx Red Oxide. HEX triplet: 55, 10 and 07. RGB value is (85,16,7). Sum of RGB (Red+Green+Blue) = 85+16+7=108 (14% of max value = 765). Red value is 85 (33.59% from 255 or 78.70% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 7 (3.12% from 255 or 6.48% from 108); Max value from RGB is 85 - color contains mainly: red. Hex color #551007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551007 is #AAEFF8. Grayscale: #232323. Windows color (decimal): -11202553 or 462933. OLE color: 462933.

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

Color convert

RGB85167-
CMYK00.810.920.67
HSL6.92º84.78%18.04%-
HSV(B)6.92º91.76%33.33%-
XYZ3.972.320.44-
YUV35.61111.86163.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 78.70%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 7 (3.12% from 255) = 6.48%
R=78.70%
G=14.81%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8516700.810.920.676.9284.7818.04
Hex551070515C4375512
Octal1252070121134103712522
Binary1010101100001110101000110111001000011111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551007; }

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

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

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

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

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

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

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

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