#551D18

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

Shades of Red Oxide #551D18

Tints of Red Oxide #551D18

Color information

#551D18 (or 0x551D18) is unknown color: approx Red Oxide. HEX triplet: 55, 1D and 18. RGB value is (85,29,24). Sum of RGB (Red+Green+Blue) = 85+29+24=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551D18 is #AAE2E7. Grayscale: #2D2D2D. Windows color (decimal): -11199208 or 1580373. OLE color: 1580373.

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

Color convert

RGB852924-
CMYK00.660.720.67
HSL4.92º55.96%21.37%-
HSV(B)4.92º71.76%33.33%-
XYZ4.352.881.19-
YUV45.17116.05156.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=61.59%
G=21.01%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85292400.660.720.674.9255.9621.37
Hex551D18042484353815
Octal1253530010211010357025
Binary10101011110111000010000101001000100001110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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