#551207

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

Shades of Red Oxide #551207

Tints of Red Oxide #551207

Color information

#551207 (or 0x551207) is unknown color: approx Red Oxide. HEX triplet: 55, 12 and 07. RGB value is (85,18,7). Sum of RGB (Red+Green+Blue) = 85+18+7=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #551207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551207 is #AAEDF8. Grayscale: #242424. Windows color (decimal): -11202041 or 463445. OLE color: 463445.

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

Color convert

RGB85187-
CMYK00.790.920.67
HSL8.46º84.78%18.04%-
HSV(B)8.46º91.76%33.33%-
XYZ42.380.45-
YUV36.78111.2162.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 7 (3.12% from 255) = 6.36%
R=77.27%
G=16.36%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8518700.790.920.678.4684.7818.04
Hex5512704F5C4385512
Octal12522701171341031012522
Binary10101011001011101001111101110010000111000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551207; }

 p { color: rgb(85,18,7); }

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

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

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

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

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

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

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