#551108

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

Shades of Red Oxide #551108

Tints of Red Oxide #551108

Color information

#551108 (or 0x551108) is unknown color: approx Red Oxide. HEX triplet: 55, 11 and 08. RGB value is (85,17,8). Sum of RGB (Red+Green+Blue) = 85+17+8=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 17 (7.03% from 255 or 15.45% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551108 is #AAEEF7. Grayscale: #242424. Windows color (decimal): -11202296 or 528725. OLE color: 528725.

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

Color convert

RGB85178-
CMYK00.800.910.67
HSL7.01º82.8%18.24%-
HSV(B)7.01º90.59%33.33%-
XYZ3.992.350.47-
YUV36.31112.03162.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 17 (7.03% from 255) = 15.45%
BLUE value IS 8 (3.52% from 255) = 7.27%
R=77.27%
G=15.45%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8517800.800.910.677.0182.818.24
Hex551180505B4375312
Octal12521100120133103712322
Binary10101011000110000101000010110111000011111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551108; }

 p { color: rgb(85,17,8); }

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

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

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

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

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

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

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