#551D15

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

Shades of Red Oxide #551D15

Tints of Red Oxide #551D15

Color information

#551D15 (or 0x551D15) is unknown color: approx Red Oxide. HEX triplet: 55, 1D and 15. RGB value is (85,29,21). Sum of RGB (Red+Green+Blue) = 85+29+21=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #551D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D15 is #AAE2EA. Grayscale: #2C2C2C. Windows color (decimal): -11199211 or 1383765. OLE color: 1383765.

HSL color Cylindrical-coordinate representation of color #551D15: hue angle of 7.5º 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 #551D15 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB852921-
CMYK00.660.750.67
HSL7.5º60.38%20.78%-
HSV(B)7.5º75.29%33.33%-
XYZ4.322.861.03-
YUV44.83114.55156.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=62.96%
G=21.48%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85292100.660.750.677.560.3820.78
Hex551D150424B4383c15
Octal12535250102113103107425
Binary101010111101101010100001010010111000011100011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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