#551714

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

Shades of Red Oxide #551714

Tints of Red Oxide #551714

Color information

#551714 (or 0x551714) is unknown color: approx Red Oxide. HEX triplet: 55, 17 and 14. RGB value is (85,23,20). Sum of RGB (Red+Green+Blue) = 85+23+20=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 23 (9.38% from 255 or 17.97% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551714 is #AAE8EB. Grayscale: #292929. Windows color (decimal): -11200748 or 1316693. OLE color: 1316693.

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

Color convert

RGB852320-
CMYK00.730.760.67
HSL2.77º61.9%20.59%-
HSV(B)2.77º76.47%33.33%-
XYZ4.182.590.94-
YUV41.2116.04159.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 66.41%
GREEN value IS 23 (9.38% from 255) = 17.97%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=66.41%
G=17.97%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85232000.730.760.672.7761.920.59
Hex5517140494C4333e15
Octal1252724011111410337625
Binary1010101101111010001001001100110010000111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551714; }

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

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

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

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

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

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

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

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