#551A14

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

Shades of Red Oxide #551A14

Tints of Red Oxide #551A14

Color information

#551A14 (or 0x551A14) is unknown color: approx Red Oxide. HEX triplet: 55, 1A and 14. RGB value is (85,26,20). Sum of RGB (Red+Green+Blue) = 85+26+20=131 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.89% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 85 - color contains mainly: red. Hex color #551A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #551A14 is #AAE5EB. Grayscale: #2B2B2B. Windows color (decimal): -11199980 or 1317461. OLE color: 1317461.

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

Color convert

RGB852620-
CMYK00.690.760.67
HSL5.54º61.9%20.59%-
HSV(B)5.54º76.47%33.33%-
XYZ4.242.720.96-
YUV42.96115.05157.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 64.89%
GREEN value IS 26 (10.55% from 255) = 19.85%
BLUE value IS 20 (8.20% from 255) = 15.27%
R=64.89%
G=19.85%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85262000.690.760.675.5461.920.59
Hex551A140454C4363e15
Octal1253224010511410367625
Binary10101011101010100010001011001100100001111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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