#551B14

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

Shades of Red Oxide #551B14

Tints of Red Oxide #551B14

Color information

#551B14 (or 0x551B14) is unknown color: approx Red Oxide. HEX triplet: 55, 1B and 14. RGB value is (85,27,20). Sum of RGB (Red+Green+Blue) = 85+27+20=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 27 (10.94% from 255 or 20.45% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551B14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551B14 is #AAE4EB. Grayscale: #2B2B2B. Windows color (decimal): -11199724 or 1317717. OLE color: 1317717.

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

Color convert

RGB852720-
CMYK00.680.760.67
HSL6.46º61.9%20.59%-
HSV(B)6.46º76.47%33.33%-
XYZ4.262.770.97-
YUV43.54114.72157.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.39%
GREEN value IS 27 (10.94% from 255) = 20.45%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=64.39%
G=20.45%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85272000.680.760.676.4661.920.59
Hex551B140444C4363e15
Octal1253324010411410367625
Binary10101011101110100010001001001100100001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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