#551510

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

Shades of Red Oxide #551510

Tints of Red Oxide #551510

Color information

#551510 (or 0x551510) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 10. RGB value is (85,21,16). Sum of RGB (Red+Green+Blue) = 85+21+16=122 (16% of max value = 765). Red value is 85 (33.59% from 255 or 69.67% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 85 - color contains mainly: red. Hex color #551510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551510 is #AAEAEF. Grayscale: #272727. Windows color (decimal): -11201264 or 1054037. OLE color: 1054037.

HSL color Cylindrical-coordinate representation of color #551510: hue angle of 4.35º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551510 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB852116-
CMYK00.750.810.67
HSL4.35º68.32%19.8%-
HSV(B)4.35º81.18%33.33%-
XYZ4.112.510.76-
YUV39.57114.7160.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 69.67%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 16 (6.64% from 255) = 13.11%
R=69.67%
G=17.21%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85211600.750.810.674.3568.3219.8
Hex55151004B514344414
Octal12525200113121103410424
Binary101010110101100000100101110100011000011100100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551510; }

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

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

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

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

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

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

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

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