#551B1A

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

Shades of Red Oxide #551B1A

Tints of Red Oxide #551B1A

Color information

#551B1A (or 0x551B1A) is unknown color: approx Red Oxide. HEX triplet: 55, 1B and 1A. RGB value is (85,27,26). Sum of RGB (Red+Green+Blue) = 85+27+26=138 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.59% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 85 - color contains mainly: red. Hex color #551B1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B1A is #AAE4E5. Grayscale: #2C2C2C. Windows color (decimal): -11199718 or 1710933. OLE color: 1710933.

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

Color convert

RGB852726-
CMYK00.680.690.67
HSL1.02º53.15%21.76%-
HSV(B)1.02º69.41%33.33%-
XYZ4.322.791.29-
YUV44.23117.72157.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.59%
GREEN value IS 27 (10.94% from 255) = 19.57%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=61.59%
G=19.57%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85272600.680.690.671.0253.1521.76
Hex551B1A044454313516
Octal1253332010410510316526
Binary101010111011110100100010010001011000011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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