#551E1B

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

Shades of Red Oxide #551E1B

Tints of Red Oxide #551E1B

Color information

#551E1B (or 0x551E1B) is unknown color: approx Red Oxide. HEX triplet: 55, 1E and 1B. RGB value is (85,30,27). Sum of RGB (Red+Green+Blue) = 85+30+27=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #551E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E1B is #AAE1E4. Grayscale: #2E2E2E. Windows color (decimal): -11198949 or 1777237. OLE color: 1777237.

HSL color Cylindrical-coordinate representation of color #551E1B: hue angle of 3.1º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551E1B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB853027-
CMYK00.650.680.67
HSL3.1º51.79%21.96%-
HSV(B)3.1º68.24%33.33%-
XYZ4.412.941.37-
YUV46.1117.22155.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 30 (12.11% from 255) = 21.13%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=59.86%
G=21.13%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85302700.650.680.673.151.7921.96
Hex551E1B041444333416
Octal1253633010110410336426
Binary1010101111101101101000001100010010000111111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,30,27); }

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

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

 a { background-color: rgb(85,30,27); }

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

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

 span { border-color: rgb(85,30,27); }

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