#551A15

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

Shades of Red Oxide #551A15

Tints of Red Oxide #551A15

Color information

#551A15 (or 0x551A15) is unknown color: approx Red Oxide. HEX triplet: 55, 1A and 15. RGB value is (85,26,21). Sum of RGB (Red+Green+Blue) = 85+26+21=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A15 is #AAE5EA. Grayscale: #2B2B2B. Windows color (decimal): -11199979 or 1382997. OLE color: 1382997.

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

Color convert

RGB852621-
CMYK00.690.750.67
HSL4.69º60.38%20.78%-
HSV(B)4.69º75.29%33.33%-
XYZ4.252.721.01-
YUV43.07115.55157.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 26 (10.55% from 255) = 19.70%
BLUE value IS 21 (8.59% from 255) = 15.91%
R=64.39%
G=19.70%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85262100.690.750.674.6960.3820.78
Hex551A150454B4353c15
Octal1253225010511310357425
Binary10101011101010101010001011001011100001110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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