#551307

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

Shades of Red Oxide #551307

Tints of Red Oxide #551307

Color information

#551307 (or 0x551307) is unknown color: approx Red Oxide. HEX triplet: 55, 13 and 07. RGB value is (85,19,7). Sum of RGB (Red+Green+Blue) = 85+19+7=111 (14% of max value = 765). Red value is 85 (33.59% from 255 or 76.58% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 85 - color contains mainly: red. Hex color #551307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551307 is #AAECF8. Grayscale: #252525. Windows color (decimal): -11201785 or 463701. OLE color: 463701.

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

Color convert

RGB85197-
CMYK00.780.920.67
HSL9.23º84.78%18.04%-
HSV(B)9.23º91.76%33.33%-
XYZ4.022.410.45-
YUV37.37110.87161.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 76.58%
GREEN value IS 19 (7.81% from 255) = 17.12%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=76.58%
G=17.12%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8519700.780.920.679.2384.7818.04
Hex5513704E5C4395512
Octal12523701161341031112522
Binary10101011001111101001110101110010000111001101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551307; }

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

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

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

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

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

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

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

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