#551616

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

Shades of Red Oxide #551616

Tints of Red Oxide #551616

Color information

#551616 (or 0x551616) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 16. RGB value is (85,22,22). Sum of RGB (Red+Green+Blue) = 85+22+22=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #551616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551616 is #AAE9E9. Grayscale: #282828. Windows color (decimal): -11201002 or 1447509. OLE color: 1447509.

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

Color convert

RGB852222-
CMYK00.740.740.67
HSL58.88%20.98%-
HSV(B)74.12%33.33%-
XYZ4.182.561.03-
YUV40.84117.37159.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 65.89%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=65.89%
G=17.05%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85222200.740.740.67058.8820.98
Hex55161604A4A4303b15
Octal1252626011211210307325
Binary101010110110101100100101010010101000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551616; }

 p { color: rgb(85,22,22); }

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

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

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

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

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

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

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