#551607

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

Shades of Red Oxide #551607

Tints of Red Oxide #551607

Color information

#551607 (or 0x551607) is unknown color: approx Red Oxide. HEX triplet: 55, 16 and 07. RGB value is (85,22,7). Sum of RGB (Red+Green+Blue) = 85+22+7=114 (15% of max value = 765). Red value is 85 (33.59% from 255 or 74.56% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 85 - color contains mainly: red. Hex color #551607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551607 is #AAE9F8. Grayscale: #272727. Windows color (decimal): -11201017 or 464469. OLE color: 464469.

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

Color convert

RGB85227-
CMYK00.740.920.67
HSL11.54º84.78%18.04%-
HSV(B)11.54º91.76%33.33%-
XYZ4.072.520.47-
YUV39.13109.87160.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 74.56%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=74.56%
G=19.30%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8522700.740.920.6711.5484.7818.04
Hex5516704A5C43c5512
Octal12526701121341031412522
Binary10101011011011101001010101110010000111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551607; }

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

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

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

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

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

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

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

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