#551508

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

Shades of Red Oxide #551508

Tints of Red Oxide #551508

Color information

#551508 (or 0x551508) is unknown color: approx Red Oxide. HEX triplet: 55, 15 and 08. RGB value is (85,21,8). Sum of RGB (Red+Green+Blue) = 85+21+8=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 8 (3.52% from 255 or 7.02% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #551508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551508 is #AAEAF7. Grayscale: #262626. Windows color (decimal): -11201272 or 529749. OLE color: 529749.

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

Color convert

RGB85218-
CMYK00.750.910.67
HSL10.13º82.8%18.24%-
HSV(B)10.13º90.59%33.33%-
XYZ4.062.490.5-
YUV38.65110.7161.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 74.56%
GREEN value IS 21 (8.59% from 255) = 18.42%
BLUE value IS 8 (3.52% from 255) = 7.02%
R=74.56%
G=18.42%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8521800.750.910.6710.1382.818.24
Hex5515804B5B43a5312
Octal125251001131331031212322
Binary101010110101100001001011101101110000111010101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551508; }

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

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

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

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

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

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

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

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