#551A0E

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

Shades of Red Oxide #551A0E

Tints of Red Oxide #551A0E

Color information

#551A0E (or 0x551A0E) is unknown color: approx Red Oxide. HEX triplet: 55, 1A and 0E. RGB value is (85,26,14). Sum of RGB (Red+Green+Blue) = 85+26+14=125 (16% of max value = 765). Red value is 85 (33.59% from 255 or 68% from 125); Green value is 26 (10.55% from 255 or 20.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 85 - color contains mainly: red. Hex color #551A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A0E is #AAE5F1. Grayscale: #2A2A2A. Windows color (decimal): -11199986 or 924245. OLE color: 924245.

HSL color Cylindrical-coordinate representation of color #551A0E: hue angle of 10.14º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551A0E is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB852614-
CMYK00.690.840.67
HSL10.14º71.72%19.41%-
HSV(B)10.14º83.53%33.33%-
XYZ4.192.70.72-
YUV42.27112.05158.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 68%
GREEN value IS 26 (10.55% from 255) = 20.8%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=68%
G=20.8%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85261400.690.840.6710.1471.7219.41
Hex551AE0455443a4813
Octal125321601051241031211023
Binary101010111010111001000101101010010000111010100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A0E; }

 p { color: rgb(85,26,14); }

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

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

 a { background-color: rgb(85,26,14); }

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

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

 span { border-color: rgb(85,26,14); }

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