#551514

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

Shades of Red Oxide #551514

Tints of Red Oxide #551514

Color information

#551514 (or 0x551514) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 14. RGB value is (85,21,20). Sum of RGB (Red+Green+Blue) = 85+21+20=126 (16% of max value = 765). Red value is 85 (33.59% from 255 or 67.46% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 85 - color contains mainly: red. Hex color #551514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551514 is #AAEAEB. Grayscale: #282828. Windows color (decimal): -11201260 or 1316181. OLE color: 1316181.

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

Color convert

RGB852120-
CMYK00.750.760.67
HSL0.92º61.9%20.59%-
HSV(B)0.92º76.47%33.33%-
XYZ4.142.520.93-
YUV40.02116.7160.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 67.46%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 20 (8.20% from 255) = 15.87%
R=67.46%
G=16.67%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85212000.750.760.670.9261.920.59
Hex55151404B4C4313e15
Octal1252524011311410317625
Binary101010110101101000100101110011001000011111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551514; }

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

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

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

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

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

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

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

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